feat: vue router and quality of life icons
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
import { CircleQuestionMarkIcon } from "@lucide/vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="italic text-xl font-extralight mb-2">
|
||||
<circle-question-mark-icon class="inline" /> {{ $t('not_found') }}
|
||||
</div>
|
||||
<router-link to="/" class="btn mb-4">{{ $t('not_found_button') }}</router-link>
|
||||
</template>
|
||||
Reference in New Issue
Block a user