Skip to content

Commit

Permalink
feat: add discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
vafanassieff committed Nov 3, 2021
1 parent 57e1891 commit cc0ba42
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 3 additions & 1 deletion apps/front/src/components/font-awesome.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
faTwitter,
faTelegram,
faGithub,
faDiscord,
} from '@fortawesome/free-brands-svg-icons'

library.add(
Expand All @@ -27,7 +28,8 @@ library.add(
faGithub,
faExclamationCircle,
faCheckCircle,
faQuestionCircle
faQuestionCircle,
faDiscord
)

export default FontAwesomeIcon
11 changes: 10 additions & 1 deletion apps/front/src/layout/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@
</a>
</div>
</div>
<div class="flex flex-row justify-between items-center w-36">
<div class="flex flex-row justify-between items-center w-48">
<a
aria-label="Telegram"
class="text-3xl social-icon"
href="https://discord.gg/5HwDJFx2Jz"
rel="noopener"
target="_blank"
>
<font-awesome-icon :icon="['fab', 'discord']" />
</a>
<a
aria-label="Telegram"
class="text-3xl social-icon"
Expand Down

0 comments on commit cc0ba42

Please sign in to comment.