aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-12-06 17:21:21 -0800
committerFuwn <[email protected]>2021-12-06 17:21:21 -0800
commit3e74fe76a56a7a0f88f5d8854087ad7fd274d1a2 (patch)
tree55c9d542c7dc1f198b6f1b9a580d0d31d254e08c /components
parentfix(socials): steam group link (diff)
downloadyucky.fun-3e74fe76a56a7a0f88f5d8854087ad7fd274d1a2.tar.xz
yucky.fun-3e74fe76a56a7a0f88f5d8854087ad7fd274d1a2.zip
fix(footer): mailto
Diffstat (limited to 'components')
-rw-r--r--components/navigation/Footer.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/navigation/Footer.vue b/components/navigation/Footer.vue
index 8b784b0..8c82178 100644
--- a/components/navigation/Footer.vue
+++ b/components/navigation/Footer.vue
@@ -43,7 +43,7 @@
<a id="media-item-7" :href="'https://drive.google.com/drive/folders/' + socials.press_pack">press</a>
</li>
<li id="em" class="wow fadeInUp" data-wow-delay="1s">
- <a id="media-item-8" :href="socials.email">email</a>
+ <a id="media-item-8" :href="'mailto:' + socials.email">email</a>
</li>
</ul>
<br><br>