Updated LinkCard

LinkCard now uses vue-router when it is an internal resource
This commit is contained in:
Louis Hollingworth 2022-05-22 17:15:42 +01:00
parent ca2f305a0a
commit 9edc8b71f7
No known key found for this signature in database
GPG key ID: 1E66DEA3F5D623D1
3 changed files with 31 additions and 13 deletions

View file

@ -3,7 +3,7 @@
<h1 class="title">Utilities for the Discord Server</h1>
<LinkCard
title="Birthdays"
link="/utilities/birthdays"
to="/utilities/birthdays"
/>
</div>
</template>