Skip to content

Commit

Permalink
chore: added socials
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutV committed May 23, 2024
1 parent 80e24f5 commit 5ad0700
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/views/layout/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const logo: Record<string, string> = { nl, en };

<!-- Social Media Icons -->
<div class="flex align-items-center text-primary gap-3">
<a class="text-md text-primary">
<a class="text-md text-primary" href="https://discordapp.com/users/delany12/">
<i class="pi pi-discord"></i>
</a>
<a class="text-md text-primary" href="https://github.com/tyboro2002">
Expand All @@ -39,10 +39,10 @@ const logo: Record<string, string> = { nl, en };
<a class="text-md text-primary" href="https://www.facebook.com/profile.php?id=100015599597182">
<i class="pi pi-facebook"></i>
</a>
<a class="text-md text-primary">
<a class="text-md text-primary" href="https://x.com/Francis43798083">
<i class="pi pi-twitter"></i>
</a>
<a class="text-md text-primary">
<a class="text-md text-primary" href="https://www.instagram.com/bramm0508/">
<i class="pi pi-instagram"></i>
</a>
<a class="text-md text-primary" href="https://www.linkedin.com/in/vincent-vallaeys-855637309/">
Expand Down

0 comments on commit 5ad0700

Please sign in to comment.