friends-best/pages/utilities/index.vue
Louis Hollingworth 9edc8b71f7
Updated LinkCard
LinkCard now uses vue-router when it is an internal resource
2022-05-22 17:15:42 +01:00

10 lines
212 B
Vue

<template>
<div class="container">
<h1 class="title">Utilities for the Discord Server</h1>
<LinkCard
title="Birthdays"
to="/utilities/birthdays"
/>
</div>
</template>