Route to homepage from main sidebar

This commit is contained in:
gamebrary 2024-09-09 15:09:11 -07:00
parent d43c4c10fd
commit 0d9f1eabeb

View file

@ -7,11 +7,13 @@
>
<template #default="{ hide }">
<SidebarHeader @hide="hide">
<img
src="/logo.png"
alt="Gamebrary"
height="38"
/>
<router-link :to="{ name: 'home' }">
<img
src="/logo.png"
alt="Gamebrary"
height="38"
/>
</router-link>
</SidebarHeader>
<ProfileDockMenu />