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 = {
return m(
Base,
m("article.services", [
m(ServiceLink, new Service(
"cl-mail", "https://mail.cl.uni-heidelberg.de/", "fa-solid fa-at", "CL-Account"
)),
m(
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