Skip to content
Snippets Groups Projects
Verified Commit 8a917d9d authored by Jakob Moser's avatar Jakob Moser
Browse files

Reformat file

parent 55319e7d
No related branches found
No related tags found
1 merge request!13Added university services + cl-mail
...@@ -10,10 +10,16 @@ export const Uni = { ...@@ -10,10 +10,16 @@ export const Uni = {
return m( return m(
Base, Base,
m("article.services", [ m("article.services", [
m(ServiceLink, new Service( m(
"cl-mail", "https://mail.cl.uni-heidelberg.de/", "fa-solid fa-at", "CL-Account" ServiceLink,
)), new Service(
"cl-mail",
"https://mail.cl.uni-heidelberg.de/",
"fa-solid fa-at",
"CL-Account",
),
),
]), ]),
) )
}, },
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment