Verified Commit 8a917d9d authored by Jakob Moser's avatar Jakob Moser
Browse files

Reformat file

parent 55319e7d
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
@@ -10,9 +10,15 @@ export const Uni = {
        return m(
            Base,
            m("article.services", [
                m(ServiceLink, new Service(
                    "cl-mail", "https://mail.cl.uni-heidelberg.de/", "fa-solid fa-at", "CL-Account"
                )),
                m(
                    ServiceLink,
                    new Service(
                        "cl-mail",
                        "https://mail.cl.uni-heidelberg.de/",
                        "fa-solid fa-at",
                        "CL-Account",
                    ),
                ),
            ]),
        )
    },