Loading portal/static/js/components/pages/Tacos.mjs +19 −0 Original line number Diff line number Diff line Loading @@ -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( Loading @@ -27,6 +37,15 @@ export const Tacos = { "Eigener Account", ), ), m( ServiceLink, new Service( "Wiki", "https://linguistik.computer/wiki", "fa-solid fa-book", "Eigener Account", ), ), ]), ) }, Loading Loading
portal/static/js/components/pages/Tacos.mjs +19 −0 Original line number Diff line number Diff line Loading @@ -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( Loading @@ -27,6 +37,15 @@ export const Tacos = { "Eigener Account", ), ), m( ServiceLink, new Service( "Wiki", "https://linguistik.computer/wiki", "fa-solid fa-book", "Eigener Account", ), ), ]), ) }, Loading