Skip to content

Commit

Permalink
Add links to home and projects pages from tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosnt committed Nov 9, 2024
1 parent 4af6aa7 commit f357291
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/frontend/components/menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@
:active="o.to === route.path || route.path.startsWith(o.to)"
/>
</v-list>
<!-- TODO: Link to home and all projects in the bottom -->
<template #append>
<v-list-item
prepend-icon="mdi-folder-open"
title="Projects"
to="/projects"
/>
<v-list-item prepend-icon="mdi-home" title="Home" to="/" />
</template>
</v-navigation-drawer>
<v-main>
<slot />
Expand Down

0 comments on commit f357291

Please sign in to comment.