Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
improvement: add discord invite
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvdkolk committed Dec 27, 2020
1 parent f2101c6 commit 5ca8159
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/SocialContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<a href="https://www.linkedin.com/company/tribecamp" target="_blank" class="btnLinkedIn">
<i class="fab fa-linkedin" />
</a>
<a href="https://discord.gg/k8cfqZkhqZ" target="_blank" class="btnDiscord">
<i class="fab fa-discord" />
</a>
</div>
</template>

Expand Down Expand Up @@ -53,6 +56,9 @@ export default {
&.fa-linkedin {
color: #0a66c2;
}
&.fa-discord {
color: #7289da;
}
}
}
</style>

0 comments on commit 5ca8159

Please sign in to comment.