feat: links

This commit is contained in:
Sheldon Cooper 2025-06-06 00:08:26 -04:00
parent 8ecc528634
commit 654689cd2a
3 changed files with 4 additions and 4 deletions

View file

@ -18,14 +18,14 @@
:text="joinText"> :text="joinText">
</a> </a>
<a :href="link" <a :href="``"
target="_blank" target="_blank"
rel="noopener noreferrer nofollow" rel="noopener noreferrer nofollow"
class="button is-info is-outlined is-medium" class="button is-info is-outlined is-medium"
:text="rulesText"> :text="rulesText">
</a> </a>
<a :href="link" <a :href="rulesLink"
target="_blank" target="_blank"
rel="noopener noreferrer nofollow" rel="noopener noreferrer nofollow"
class="button is-warning is-outlined is-medium" class="button is-warning is-outlined is-medium"

View file

@ -23,7 +23,7 @@ export default {
"subtitle": "This is where most of the action happens! Hop on in!", "subtitle": "This is where most of the action happens! Hop on in!",
"desc": "Originally started in 2015 something something read the rules here, then click the link below to join!", "desc": "Originally started in 2015 something something read the rules here, then click the link below to join!",
"link": "https://discord.gg/g3mG2gYjZD", "link": "https://discord.gg/g3mG2gYjZD",
"rulesLink": "https://discord.gg/g3mG2gYjZD", "rulesLink": "https://viossadiskordserver.github.io/rules",
"image": "discord.png", "image": "discord.png",
"alt": "Discord logo", "alt": "Discord logo",
"joinText": "Join", "joinText": "Join",

View file

@ -23,7 +23,7 @@ export default {
"subtitle": "This is where most of the action happens! Hop on in!", "subtitle": "This is where most of the action happens! Hop on in!",
"desc": "Originally started in 2015 something something read the rules here, then click the link below to join!", "desc": "Originally started in 2015 something something read the rules here, then click the link below to join!",
"link": "https://discord.gg/g3mG2gYjZD", "link": "https://discord.gg/g3mG2gYjZD",
"rulesLink": "https://discord.gg/g3mG2gYjZD", "rulesLink": "https://viossadiskordserver.github.io/rules",
"image": "discord.png", "image": "discord.png",
"alt": "Discord logo", "alt": "Discord logo",
"joinText": "Join", "joinText": "Join",