fix: link triggers on admin paths

This commit is contained in:
2026-02-26 09:06:18 +05:30
parent d39f0cc89d
commit 9bd6c00647
3 changed files with 4 additions and 6 deletions

View File

@@ -18,8 +18,6 @@ async function handleSubmit(event: Event) {
</script>
<template>
<!-- <div v-if="pending">Loading...</div> -->
<div v-if="todos !== undefined"
class="grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20">
<main class="flex flex-col gap-8 row-start-2 items-center sm:items-start">