Add Ladill Events to the shared app launcher.
Deploy Ladill QR Plus / deploy (push) Successful in 30s
Deploy Ladill QR Plus / deploy (push) Successful in 30s
Keeps the launcher identical across extracted apps now that Events is live. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -31,5 +31,6 @@ return [
|
|||||||
['name' => 'Servers', 'url' => 'https://servers.'.$root, 'icon' => 'servers.svg'],
|
['name' => 'Servers', 'url' => 'https://servers.'.$root, 'icon' => 'servers.svg'],
|
||||||
['name' => 'Hosting', 'url' => 'https://hosting.'.$root, 'icon' => 'hosting.svg'],
|
['name' => 'Hosting', 'url' => 'https://hosting.'.$root, 'icon' => 'hosting.svg'],
|
||||||
['name' => 'QR Plus', 'url' => 'https://qrplus.'.$root, 'icon' => 'qrplus.svg'],
|
['name' => 'QR Plus', 'url' => 'https://qrplus.'.$root, 'icon' => 'qrplus.svg'],
|
||||||
|
['name' => 'Events', 'url' => 'https://events.'.$root, 'icon' => 'events.svg'],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 360 360">
|
||||||
|
<defs>
|
||||||
|
<style>
|
||||||
|
.cls-1 {
|
||||||
|
fill: #93c000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-1, .cls-2 {
|
||||||
|
stroke-width: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-2 {
|
||||||
|
fill: #004dc6;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path class="cls-1" d="M122.8,0h224.9c0,60.9-49.6,110.6-110.6,110.6H12.3C12.3,49.6,61.9,0,122.8,0Z"/>
|
||||||
|
<path class="cls-2" d="M12.3,249.4h224.9c60.9,0,110.6,49.6,110.6,110.6H122.8c-60.9,0-110.6-49.6-110.6-110.6h0Z"/>
|
||||||
|
<circle class="cls-2" cx="125.7" cy="180" r="52"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 624 B |
Reference in New Issue
Block a user