Skip to content

Commit

Permalink
fix: remove wrong links
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceat committed Jun 7, 2024
1 parent d5510c5 commit 75924cb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
6 changes: 0 additions & 6 deletions src/components/footer.desktop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ footer
img.github(src="../assets/github_square.png")
a(ref="a4" href="https://t.me/aresrpg" target="_blank" rel="noopener noreferrer" aria-label="telegram")
img.telegram(src="../assets/telegram.png")
a(ref="a5" href="https://www.reddit.com/r/aresrpg/" target="_blank" rel="noopener noreferrer" aria-label="reddit")
img.reddit(src="../assets/reddit.png")
a(ref="a6" href="https://instagram.com/ares_rpg" target="_blank" rel="noopener noreferrer" aria-label="instagram")
img.insta(src="../assets/instagram.png")
a(ref="a8" href="https://tiktok.com/@aresrpg.world" target="_blank" rel="noopener noreferrer" aria-label="tiktok")
img.tiktok(src="../assets/tiktok.png")
.texts(ref="texts")
.home(@click="scroll_top") {{ t('home') }}
a.support(href="https://discord.gg/aresrpg" target="_blank") {{ t('support') }}
Expand Down
6 changes: 0 additions & 6 deletions src/components/page_1.desktop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ const open_app = () => {
img.github(src="../assets/github_square.png")
a(ref="a4" href="https://t.me/aresrpg" target="_blank" rel="noopener noreferrer" aria-label="telegram")
img.telegram(src="../assets/telegram.png")
a(ref="a5" href="https://www.reddit.com/r/aresrpg/" target="_blank" rel="noopener noreferrer" aria-label="reddit")
img.reddit(src="../assets/reddit.png")
a(ref="a6" href="https://instagram.com/ares_rpg" target="_blank" rel="noopener noreferrer" aria-label="instagram")
img.insta(src="../assets/instagram.png")
a(ref="a8" href="https://tiktok.com/@aresrpg.world" target="_blank" rel="noopener noreferrer" aria-label="tiktok")
img.tiktok(src="../assets/tiktok.png")
.kanji(ref="kanji") 美しい景色
section.inspiration(ref="section_1")
.text
Expand Down
10 changes: 0 additions & 10 deletions src/components/page_7.mobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,6 @@ onBeforeUnmount(() => animations.forEach(animation => animation.unmount()));
img.github(src="../assets/github_square.png")
a(ref="a4" href="https://t.me/aresrpg" target="_blank" rel="noopener noreferrer" aria-label="telegram")
img.telegram(src="../assets/telegram.png")
a(ref="a5" href="https://www.reddit.com/r/aresrpg/" target="_blank" rel="noopener noreferrer" aria-label="reddit")
img.reddit(src="../assets/reddit.png")
a(ref="a6" href="https://instagram.com/ares_rpg" target="_blank" rel="noopener noreferrer" aria-label="instagram")
img.insta(src="../assets/instagram.png")
a(ref="a7" href="https://medium.com" target="_blank" rel="noopener noreferrer" aria-label="medium")
img.medium(src="../assets/medium.png")
a(ref="a8" href="https://tiktok.com/@aresrpg.world" target="_blank" rel="noopener noreferrer" aria-label="tiktok")
img.tiktok(src="../assets/tiktok.png")
a(ref="a9" href="https://twitch.tv" target="_blank" rel="noopener noreferrer" aria-label="twitch")
img.twitch(src="../assets/twitch.png")
.forum
img(src="../assets/chat-bubble.png")
span {{ t('forum') }}
Expand Down

0 comments on commit 75924cb

Please sign in to comment.