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

Add links to tacos wiki and tacos ticket system

parent 5b62cc72
Loading
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -18,6 +18,16 @@ export const Tacos = {
                        "fa-solid fa-phone-volume",
                    ),
                ),
                m(
                    ServiceLink,
                    new Service(
                        "Tickets",
                        "https://fachschaft.cl.uni-heidelberg.de/tickets",
                        "fa-regular fa-envelope",
                        "CL-Account",
                        true,
                    ),
                ),
                m(
                    ServiceLink,
                    new Service(
@@ -27,6 +37,15 @@ export const Tacos = {
                        "Eigener Account",
                    ),
                ),
                m(
                    ServiceLink,
                    new Service(
                        "Wiki",
                        "https://linguistik.computer/wiki",
                        "fa-solid fa-book",
                        "Eigener Account",
                    ),
                ),
            ]),
        )
    },