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">
|
||||
</a>
|
||||
|
||||
<a :href="link"
|
||||
<a :href="``"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer nofollow"
|
||||
class="button is-info is-outlined is-medium"
|
||||
:text="rulesText">
|
||||
</a>
|
||||
|
||||
<a :href="link"
|
||||
<a :href="rulesLink"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer nofollow"
|
||||
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!",
|
||||
"desc": "Originally started in 2015 something something read the rules here, then click the link below to join!",
|
||||
"link": "https://discord.gg/g3mG2gYjZD",
|
||||
"rulesLink": "https://discord.gg/g3mG2gYjZD",
|
||||
"rulesLink": "https://viossadiskordserver.github.io/rules",
|
||||
"image": "discord.png",
|
||||
"alt": "Discord logo",
|
||||
"joinText": "Join",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ export default {
|
|||
"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!",
|
||||
"link": "https://discord.gg/g3mG2gYjZD",
|
||||
"rulesLink": "https://discord.gg/g3mG2gYjZD",
|
||||
"rulesLink": "https://viossadiskordserver.github.io/rules",
|
||||
"image": "discord.png",
|
||||
"alt": "Discord logo",
|
||||
"joinText": "Join",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue