diff --git a/assets/components/footer/footer.vue b/assets/components/footer/footer.vue index 87cf0346..98377a81 100644 --- a/assets/components/footer/footer.vue +++ b/assets/components/footer/footer.vue @@ -6,20 +6,32 @@ :to="{ name: 'stats' }" class="segment footer-link nolink" >stats + + diff --git a/assets/img/icons/discord.svg b/assets/img/icons/discord.svg new file mode 100755 index 00000000..f0a449d7 --- /dev/null +++ b/assets/img/icons/discord.svg @@ -0,0 +1,33 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/assets/js/config/default.js b/assets/js/config/default.js index 19f3f243..dc353d19 100644 --- a/assets/js/config/default.js +++ b/assets/js/config/default.js @@ -35,4 +35,5 @@ export default { 'squirting', 'swallowing', ], + discord: 'https://discord.gg/6mjHTYG', };