fix links

This commit is contained in:
2026-01-18 13:49:32 +00:00
parent 54e78076a8
commit e73184ac58
2 changed files with 10 additions and 5 deletions

View File

@@ -17,10 +17,10 @@ const parentPath = computed(() => {
<template>
<nav class="left flex-col">
<RouterLink class="bdr-2" to="/">
<RouterLink class="bdr-2 bg-primary" to="/">
<a>HOME</a>
</RouterLink>
<RouterLink class="bdr-2" v-if="parentPath" :to="parentPath">
<RouterLink class="bdr-2 bg-primary" v-if="parentPath" :to="parentPath">
<a>UP</a>
</RouterLink>
</nav>