diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index 8c7b077..cac9c15 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -31,5 +31,6 @@ return [ ['name' => 'Servers', 'url' => 'https://servers.'.$root, 'icon' => 'servers.svg'], ['name' => 'Hosting', 'url' => 'https://hosting.'.$root, 'icon' => 'hosting.svg'], ['name' => 'QR Plus', 'url' => 'https://qrplus.'.$root, 'icon' => 'qrplus.svg'], + ['name' => 'Events', 'url' => 'https://events.'.$root, 'icon' => 'events.svg'], ], ]; diff --git a/public/images/launcher-icons/events.svg b/public/images/launcher-icons/events.svg new file mode 100644 index 0000000..feb13f8 --- /dev/null +++ b/public/images/launcher-icons/events.svg @@ -0,0 +1,21 @@ + + + + + + + + + \ No newline at end of file