diff --git a/app/components/UpdateCard.vue b/app/components/UpdateCard.vue
index 57b05ed..b7772de 100644
--- a/app/components/UpdateCard.vue
+++ b/app/components/UpdateCard.vue
@@ -60,6 +60,7 @@
color="neutral"
size="xs"
icon="i-lucide-edit"
+ aria-label="Edit update"
@click="$emit('edit', update)"
/>
diff --git a/app/layouts/admin.vue b/app/layouts/admin.vue
index 019ee76..7f1aa80 100644
--- a/app/layouts/admin.vue
+++ b/app/layouts/admin.vue
@@ -1,5 +1,6 @@
-
+
diff --git a/app/layouts/default.vue b/app/layouts/default.vue
index 6eaedff..77d16d7 100644
--- a/app/layouts/default.vue
+++ b/app/layouts/default.vue
@@ -1,5 +1,6 @@
-
+
-
+
+
+
@@ -40,10 +43,23 @@ const currentPageName = computed(() => {