Verified Commit ac29d673 authored by hanke's avatar hanke Committed by Jakob Moser
Browse files

Cosmetic changes.

parent 0ef9c51e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ const germanDateFormatter = new Intl.DateTimeFormat("de-DE", {

export const TacosServices = {
    oncreate() {
        document.title = "TaCoS 2026-Dienste · FS Coli Portal"
        document.title = "TaCoS-Dienste · FS Coli Portal"
    },
    view() {
        return m(
@@ -33,7 +33,7 @@ export const TacosServices = {
                    new Service(
                        "ChefOrga",
                        "https://https://orga.chefexperte.de/",
                        "fa-solid fa-at",
                        "fa-solid fa-clipboard",
                        "ChefOrga-Account"
                    )
                ),
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ export const Nav = {
                            "li",
                            m(NavPageLink, {
                                href: "/tacos-services",
                                label: "TaCoS 2026-Dienste",
                                label: "TaCoS-Dienste",
                            })
                        ),
                    ])