diff --git a/frontend/src/ts/elements/profile.ts b/frontend/src/ts/elements/profile.ts
index 10b590e07..f9b2fb25b 100644
--- a/frontend/src/ts/elements/profile.ts
+++ b/frontend/src/ts/elements/profile.ts
@@ -112,14 +112,14 @@ export async function update(
const git = profile.details?.socialProfiles.github;
if (git) {
socialsEl.append(
- ``
+ ``
);
}
const twitter = profile.details?.socialProfiles.twitter;
if (twitter) {
socialsEl.append(
- ``
+ ``
);
}
@@ -131,7 +131,7 @@ export async function update(
if (website) {
socialsEl.append(
- ``
+ ``
);
}
}