From ef577b2042b5f76ee2bf320c9c609e0bd7e4e8fc Mon Sep 17 00:00:00 2001 From: Mohamed Ashraf Date: Thu, 21 Dec 2023 12:00:43 +0400 Subject: [PATCH] Fix fallback icon not working --- config/blade-flags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/blade-flags.php b/config/blade-flags.php index 06d90b2..05548f1 100644 --- a/config/blade-flags.php +++ b/config/blade-flags.php @@ -25,7 +25,7 @@ | */ - 'fallback' => 'flag-country-xx', + 'fallback' => 'country-xx', /* |-----------------------------------------------------------------