Passport/pkg/views/src/components/Copyright.vue
2024-03-12 23:23:16 +08:00

7 lines
217 B
Vue

<template>
<div class="text-xs text-center opacity-80">
<p>Copyright © {{ new Date().getFullYear() }} Solsynth</p>
<p>Powered by <a class="underline" href="#">Hydrogen.Identity</a></p>
</div>
</template>