feat: links
This commit is contained in:
parent
8ecc528634
commit
654689cd2a
3 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue