Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #250 from multinet-app/toolbar-text-link-home
Browse files Browse the repository at this point in the history
Add link to home page on sidebar header
  • Loading branch information
jjnesbitt committed Jan 14, 2020
2 parents 7c44bc9 + 2a6c473 commit 33c05d9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion client/src/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@
<v-toolbar
color="grey lighten-2"
>
<v-toolbar-title>multinet</v-toolbar-title>
<v-toolbar-title>
<router-link
:to="{
name: 'home',
}"
tag="button"
>
Multinet
</router-link>
</v-toolbar-title>
<v-spacer />
<v-btn icon>
<v-avatar
Expand Down

0 comments on commit 33c05d9

Please sign in to comment.