From 0a19c665cf6d47ebc0c6eb69d3516cbfbcc9aba9 Mon Sep 17 00:00:00 2001 From: Kirill Nesmeyanov Date: Thu, 2 Nov 2023 16:23:52 +0300 Subject: [PATCH] Add admin to header panel --- config/menu.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/menu.php b/config/menu.php index 266586b1..dffe769a 100644 --- a/config/menu.php +++ b/config/menu.php @@ -7,8 +7,9 @@ 'links' => [ 'https://laravel.com/' => 'Laravel', 'https://laravel-idea.com' => 'Laravel IDEA', - 'https://sleepingowladmin.ru/' => 'SleepingOwl', + 'https://moonshine-laravel.com' => 'Moonshine', 'https://orchid.software/ru/' => 'Orchid', + 'https://sleepingowladmin.ru/' => 'SleepingOwl', 'https://t.me/laravelrus' => 'Telegram', 'https://vk.com/laravel_rus' => 'VK', 'https://discord.gg/c8gJfed' => 'Discord',