Verified Commit 5d045d6e authored by Jakob Moser's avatar Jakob Moser
Browse files

Change to regular icons for files

parent 0cf06f81
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ export const Unlock = {
                    ),
                    " mit dem Namen des neu erstellten Accounts.",
                ]),
                m("h2", [m("i.fa-solid.fa-file-code"), " Protokolle (Git)"]),
                m("h2", [m("i.fa-regular.fa-file-code"), " Protokolle (Git)"]),
                m(
                    "p",
                    "Zugriff auf das Git-Repository mit den Protokollen brauchst du nur, wenn du in einer Fachschaftssitzung Protokollant sein möchtest.",
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ export const services = [
    new Service(
        "Protokolle",
        "https://protokolle.fachschaft.cl.uni-heidelberg.de",
        "fa-solid fa-file-lines",
        "fa-regular fa-file-lines",
        "CL-Account",
        false,
    ),
@@ -38,7 +38,7 @@ export const services = [
    new Service(
        "Protokolle (Git)",
        "https://gitlab.cl.uni-heidelberg.de/fachschaft/protokolle",
        "fa-solid fa-file-code",
        "fa-regular fa-file-code",
        "CL-Account",
        true,
    ),