From 0fb076f07ca4e528ac86fc1edddf4abb326250fc Mon Sep 17 00:00:00 2001 From: Kakarot <57848836+GhzGarage@users.noreply.github.com> Date: Wed, 13 Oct 2021 19:30:39 -0500 Subject: [PATCH] Typo --- config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.lua b/config.lua index 9a1ba87..9855b3e 100644 --- a/config.lua +++ b/config.lua @@ -45,7 +45,7 @@ QBConfig.Notify.NotificationStyling = { -- These are how you define different notification variants -- The "color" key is background of the notification -- The "icon" key is the css-icon code, this project uses `Material Icons` & `Font Awesome` -QBconfig.Notify.VariantDefinitions = { +QBConfig.Notify.VariantDefinitions = { success = { color = 'green', icon = 'done' @@ -66,4 +66,4 @@ QBconfig.Notify.VariantDefinitions = { color = 'red', icon = 'fas fa-ambulance' } -} \ No newline at end of file +}