Updated LinkCard
LinkCard now uses vue-router when it is an internal resource
This commit is contained in:
parent
ca2f305a0a
commit
9edc8b71f7
3 changed files with 31 additions and 13 deletions
|
|
@ -13,25 +13,22 @@ import '@/assets/styles/index.scss';
|
|||
<div class="grid">
|
||||
<LinkCard
|
||||
title="Watch"
|
||||
link="https://www.netflix.com/title/81210762"
|
||||
to="https://www.netflix.com/title/81210762"
|
||||
/>
|
||||
<LinkCard title="Discord" link="https://discord.gg/hyKVDeRJ8Y" />
|
||||
<LinkCard title="Discord" to="https://discord.gg/hyKVDeRJ8Y" />
|
||||
<LinkCard
|
||||
title="Reddit"
|
||||
link="https://www.reddit.com/r/YoungRoyals/"
|
||||
to="https://www.reddit.com/r/YoungRoyals/"
|
||||
/>
|
||||
<LinkCard
|
||||
title="Babbel (ref)"
|
||||
link="https://www.talkable.com/x/IchxFl"
|
||||
to="https://www.talkable.com/x/IchxFl"
|
||||
/>
|
||||
<LinkCard
|
||||
title="Matrix →"
|
||||
link="https://matrix.to/#/#young-royals:matrix.org"
|
||||
/>
|
||||
<LinkCard
|
||||
title="Discord Utilities"
|
||||
link="/utilities"
|
||||
to="https://matrix.to/#/#young-royals:matrix.org"
|
||||
/>
|
||||
<LinkCard title="Discord Utilities" to="/utilities" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<h1 class="title">Utilities for the Discord Server</h1>
|
||||
<LinkCard
|
||||
title="Birthdays"
|
||||
link="/utilities/birthdays"
|
||||
to="/utilities/birthdays"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue