mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-21 17:32:41 +00:00
pwa adjustments
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
import {page} from "$app/stores"
|
||||
|
||||
const paths = [
|
||||
{href: "/config/chords", title: "Chords", icon: "piano"},
|
||||
{href: "/config/layout", title: "Layout", icon: "keyboard"},
|
||||
{href: "/config/settings", title: "Settings", icon: "settings"},
|
||||
{href: "/config/chords/", title: "Chords", icon: "piano"},
|
||||
{href: "/config/layout/", title: "Layout", icon: "keyboard"},
|
||||
{href: "/config/settings/", title: "Settings", icon: "settings"},
|
||||
]
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user