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

Add tacos website

parent d5ba4d0c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -54,6 +54,14 @@ export const Tacos = {
                        "fa-brands fa-github",
                    ),
                ),
                m(
                    ServiceLink,
                    new Service(
                        "Website",
                        "https://linguistik.computer",
                        "fa-solid fa-globe",
                    ),
                ),
            ]),
        )
    },