Frontend: Add link to documentation
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
1cbb0a6d56
commit
a90aecea51
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@
|
|||
>
|
||||
<v-toolbar flat>
|
||||
<v-list class="navigation-home">
|
||||
<v-list-tile class="p-navigation-logo">
|
||||
<v-list-tile class="p-navigation-logo" href="https://docs.photoprism.org/" target="_blank">
|
||||
<v-list-tile-avatar>
|
||||
<img src="/static/img/logo.png">
|
||||
<img src="/static/img/logo.png" alt="Logo">
|
||||
</v-list-tile-avatar>
|
||||
<v-list-tile-content>
|
||||
<v-list-tile-title class="title">
|
||||
|
|
Loading…
Reference in a new issue