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

Re-order Overleaf

parent d66dc934
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -35,6 +35,15 @@ export const UniServices = {
                        "CL-Account",
                    ),
                ),
                m(
                    ServiceLink,
                    new Service(
                        "Overleaf",
                        "https://overleaf.cl.uni-heidelberg.de",
                        "fa-solid fa-leaf",
                        "CL-Account",
                    ),
                ),
                m(
                    ServiceLink,
                    new Service(
@@ -70,15 +79,6 @@ export const UniServices = {
                        "fa-solid fa-utensils",
                    ),
                ),
                m(
                    ServiceLink,
                    new Service(
                        "Overleaf",
                        "https://overleaf.cl.uni-heidelberg.de",
                        "fa-solid fa-leaf",
                        "CL-Account",
                    )
                )
            ]),
        )
    },