feat: share list
TS Lint / TypeScript (push) Successful in 6m0s
TS Lint / ESLint (push) Successful in 6m0s
TS Lint / Oxlint (push) Successful in 6m0s

This commit is contained in:
2026-07-14 14:49:22 +02:00
parent 79e48090fb
commit 84630f2049
7 changed files with 50 additions and 9 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ onBeforeRouteUpdate(updateTitle);
<div class="italic text-xl font-extralight mb-4">
<circle-question-mark-icon class="inline" /> {{ $t('not_found') }}
</div>
<div class="w-full px-4">
<router-link to="/" class="btn mb-4">{{ $t('not_found_button') }}</router-link>
<div class="w-full">
<router-link to="/" class="btn mb-4 px-4">{{ $t('not_found_button') }}</router-link>
</div>
</template>