many new components, renames and yays

This commit is contained in:
2026-02-04 15:21:47 +00:00
parent 9bd2ea980a
commit 227fcadda6
10 changed files with 127 additions and 56 deletions

View File

@@ -20,7 +20,7 @@ const inHome = computed(() => {
</script>
<template>
<nav class="flex flex-row w-fit">
<nav class="flex flex-row w-fit h-fit background">
<RouterLink class="bdr-2 bg-bg_primary" to="/" v-if="!inHome">
<a>HOME</a>
</RouterLink>