Skip to content

Commit

Permalink
Force FreeTube logo to be ordered left-to-right for 'brand consistency'
Browse files Browse the repository at this point in the history
  • Loading branch information
kommunarr committed Aug 29, 2023
1 parent 251cde5 commit b38c586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/top-nav/top-nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<div
v-if="!hideHeaderLogo"
class="logo"
dir="ltr"
role="link"
tabindex="0"
:title="$t('Subscriptions.Subscriptions')"
Expand Down

0 comments on commit b38c586

Please sign in to comment.