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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue