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

Move unlock out of navbar to keep it shorter

parent c5598993
No related branches found
No related tags found
No related merge requests found
Pipeline #6549 passed
......@@ -8,7 +8,7 @@ export const Unlock = {
return m(
Base,
m("article.box", [
m("h1", "Zugriff auf Dienste freischalten"),
m("h1", "Zugriff auf FS-Dienste freischalten"),
m("h2", [
m("i.fa-regular.fa-envelope"),
" Tickets, ",
......
......@@ -47,13 +47,6 @@ export const Nav = {
label: "Uni-Dienste",
}),
),
m(
"li",
m(NavPageLink, {
href: "/unlock",
label: "Freischalten",
}),
),
]),
),
m(
......
......@@ -34,6 +34,7 @@ export const services = [
"CL-Account",
true,
),
new Service("Freischalten", "/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