This commit is contained in:
Jennie Robinson Faber 2025-09-04 10:42:03 +01:00
parent fc2d9ed56b
commit 983aeca2dc
32 changed files with 1570 additions and 27266 deletions

10
app.vue
View file

@ -54,6 +54,15 @@
>
Wizards
</NuxtLink>
<NuxtLink
to="/resources"
class="px-3 py-2 text-sm text-black dark:text-white hover:bg-neutral-100 dark:hover:bg-neutral-800 rounded-md transition-colors"
:class="{
'bg-neutral-100 dark:bg-neutral-800': $route.path === '/resources',
}"
>
More Resources & Templates
</NuxtLink>
</nav>
<div class="py-8">
<CoopBuilderSubnav v-if="isCoopBuilderSection" />
@ -82,6 +91,7 @@ const isCoopBuilderSection = computed(
route.path === "/dashboard" ||
route.path === "/mix" ||
route.path === "/budget" ||
route.path === "/runway-lite" ||
route.path === "/scenarios" ||
route.path === "/cash" ||
route.path === "/session" ||