Verified Commit 6b1bf713 authored by Jakob Moser's avatar Jakob Moser
Browse files

Move unlock out of navbar to keep it shorter

parent c5598993
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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, ",
+0 −7
Original line number Diff line number Diff line
@@ -47,13 +47,6 @@ export const Nav = {
                                label: "Uni-Dienste",
                            }),
                        ),
                        m(
                            "li",
                            m(NavPageLink, {
                                href: "/unlock",
                                label: "Freischalten",
                            }),
                        ),
                    ]),
                ),
                m(
+1 −0
Original line number Diff line number Diff line
@@ -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",