Skip to content

Commit abeb0b6

Browse files
authored
Merge pull request #1 from AbandonTech/feature/add-discord-invite-to-footer
add button for joining new, official AbandonTech discord server
2 parents 4f7ed16 + 4da9bb7 commit abeb0b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/Footer.vue

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<ClientOnly>
66
<NuxtLink to="https://github.com/AbandonTech" target="_blank"><font-awesome-icon icon="fa-brands fa-github" /></NuxtLink>
77
<NuxtLink to="mailto:[email protected]" target="_blank"><font-awesome-icon icon="fa-solid fa-envelope" /></NuxtLink>
8+
<NuxtLink to="https://discord.gg/SeQYbPt5ps" target="_blank"><font-awesome-icon icon="fa-brands fa-discord" /></NuxtLink>
89
</ClientOnly>
910
</div>
1011

0 commit comments

Comments
 (0)