mirror of
https://github.com/romancm/gamebrary
synced 2024-11-12 22:47:14 +00:00
Route to homepage from main sidebar
This commit is contained in:
parent
d43c4c10fd
commit
0d9f1eabeb
1 changed files with 7 additions and 5 deletions
|
@ -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 />
|
||||
|
|
Loading…
Reference in a new issue