Verified Commit b617e290 authored by Jakob Moser's avatar Jakob Moser
Browse files

Remove unlock link

parent 8659d977
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ export const Start = {
        return m(
            Base,
            m("article.services", [
                services.slice(0, 6).map(service => m(ServiceLink, service)),
                services.slice(0, 5).map(service => m(ServiceLink, service)),
            ]),
        )
    },
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ export const services = [
        "CL-Account",
        false,
    ),
    new Service("Freischalten", "/unlock", "fa-solid fa-lock"),
    new Service(
        "Protokolle (Git)",
        "https://gitlab.cl.uni-heidelberg.de/fachschaft/protokolle",