Homer: Move System down.

This commit is contained in:
Dmitry Voronin 2025-01-15 14:23:26 +03:00
parent a19b1e8415
commit 433de9ec47
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -21,12 +21,6 @@ let
(mkLink "Watch" "fa-play" "https://watch.voronind.com")
(mkLink "YouTube" "fab fa-youtube" "https://yt.voronind.com")
])
(mkGroup "System" "fa-shield" [
(mkLink "Camera" "fa-camera-retro" "https://camera.voronind.com")
(mkLink "Printer" "fa-fill-drip" "https://printer.voronind.com")
(mkLink "Router" "fa-route" "https://router.voronind.com")
(mkLink "Sync" "fa-rotate" "https://sync.voronind.com")
])
(mkGroup "Service" "fa-bell-concierge" [
(mkLink "2gis" "fa-map-location-dot" "https://2gis.ru")
(mkLink "Apteka" "fa-tablets" "https://apteka.ru")
@ -81,6 +75,12 @@ let
(mkLink "Switch Upd" "fa-link" "https://sigmapatches.su")
(mkLink "Tapochek.net" "fa-link" "https://tapochek.net/index.php")
])
(mkGroup "System" "fa-shield" [
(mkLink "Camera" "fa-camera-retro" "https://camera.voronind.com")
(mkLink "Printer" "fa-fill-drip" "https://printer.voronind.com")
(mkLink "Router" "fa-route" "https://router.voronind.com")
(mkLink "Sync" "fa-rotate" "https://sync.voronind.com")
])
];
mkGroup = name: icon: items: {