Skip to content
Snippets Groups Projects
Verified Commit 8d3a01f6 authored by Jakob Moser's avatar Jakob Moser
Browse files

Per suggestion: Move unlock page to nav

parent 0d42b0b3
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,13 @@ export const Nav = {
label: "Alle Dienste",
}),
),
m(
"li",
m(NavPageLink, {
href: "/unlock",
label: "Freischaltung",
}),
),
]),
),
])
......
......@@ -34,7 +34,6 @@ export const services = [
"CL-Account",
true,
),
new Service("Freischaltung", "/unlock", "fa-solid fa-lock"),
new Service(
"Passwort-Vault",
"https://bitwarden.stura.uni-heidelberg.de",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment