diff --git a/src/components/nav/NavBarEntryItem.vue b/src/components/nav/NavBarEntryItem.vue index e814664..e2d8ed1 100644 --- a/src/components/nav/NavBarEntryItem.vue +++ b/src/components/nav/NavBarEntryItem.vue @@ -4,7 +4,7 @@ type Entry = { url: boolean, to: string, } -const props = defineProps<{ +defineProps<{ title: string icon: string[] entry: Entry[]