Link cards simplified

Description of LinkCards is no longer displayed. This should make things simpler
This commit is contained in:
Louis Hollingworth 2022-05-21 22:42:40 +01:00
parent b230abc48b
commit 0304bf763c
No known key found for this signature in database
GPG key ID: 1E66DEA3F5D623D1
3 changed files with 80 additions and 56 deletions

View file

@ -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>