Homer: Move System down.
This commit is contained in:
parent
a19b1e8415
commit
433de9ec47
|
@ -21,12 +21,6 @@ let
|
||||||
(mkLink "Watch" "fa-play" "https://watch.voronind.com")
|
(mkLink "Watch" "fa-play" "https://watch.voronind.com")
|
||||||
(mkLink "YouTube" "fab fa-youtube" "https://yt.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" [
|
(mkGroup "Service" "fa-bell-concierge" [
|
||||||
(mkLink "2gis" "fa-map-location-dot" "https://2gis.ru")
|
(mkLink "2gis" "fa-map-location-dot" "https://2gis.ru")
|
||||||
(mkLink "Apteka" "fa-tablets" "https://apteka.ru")
|
(mkLink "Apteka" "fa-tablets" "https://apteka.ru")
|
||||||
|
@ -81,6 +75,12 @@ let
|
||||||
(mkLink "Switch Upd" "fa-link" "https://sigmapatches.su")
|
(mkLink "Switch Upd" "fa-link" "https://sigmapatches.su")
|
||||||
(mkLink "Tapochek.net" "fa-link" "https://tapochek.net/index.php")
|
(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: {
|
mkGroup = name: icon: items: {
|
||||||
|
|
Loading…
Reference in a new issue