Link cards simplified
Description of LinkCards is no longer displayed. This should make things simpler
This commit is contained in:
parent
b230abc48b
commit
0304bf763c
3 changed files with 80 additions and 56 deletions
|
|
@ -10,7 +10,26 @@ import '@/assets/styles/index.scss';
|
|||
spaces.
|
||||
</p>
|
||||
<div class="grid">
|
||||
<LinkCard title="Watch" description="Watch the series on Netflix" link="https://www.netflix.com/title/81210762" />
|
||||
<LinkCard
|
||||
title="Watch →"
|
||||
link="https://www.netflix.com/title/81210762"
|
||||
/>
|
||||
<LinkCard
|
||||
title="Discord →"
|
||||
link="https://discord.gg/hyKVDeRJ8Y"
|
||||
/>
|
||||
<LinkCard
|
||||
title="Reddit →"
|
||||
link="https://www.reddit.com/r/YoungRoyals/"
|
||||
/>
|
||||
<LinkCard
|
||||
title="Babbel (ref) →"
|
||||
link="https://www.talkable.com/x/IchxFl"
|
||||
/>
|
||||
<LinkCard
|
||||
title="Matrix →"
|
||||
link="https://matrix.to/#/#young-royals:matrix.org"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue