Skip to content

Commit

Permalink
fix(Update): Show floccus logo on update page
Browse files Browse the repository at this point in the history
fixes #1639

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Aug 11, 2024
1 parent d44b694 commit 4f3fa78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/ui/views/Update.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<v-card
class="options mt-3">
<v-container class="pa-5">
<v-card-title>
<a href="https://floccus.org" class="d-flex align-center"><img src="/dist/icons/logo_128.png"> Floccus: Cross-browser bookmark syncing</a>
</v-card-title>
<v-card-title>
{{ t("LabelUpdated") }}
</v-card-title>
Expand Down Expand Up @@ -221,4 +224,8 @@ export default {
width: 48%
}
}
a:link {
color: inherit;
text-decoration: none;
}
</style>

0 comments on commit 4f3fa78

Please sign in to comment.