Skip to content

Commit

Permalink
fix(files): add missing label to "back" button
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <[email protected]>
  • Loading branch information
JuliaKirschenheuter committed Jan 22, 2024
1 parent 73eb232 commit 07208c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/HeaderNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<!-- Back navigation button -->
<NcButton v-if="!isRoot"
class="photos-navigation__back"
:aria-label="t('photos', 'Go back')"
type="tertiary"
@click="folderUp">
<template #icon>
Expand Down

0 comments on commit 07208c6

Please sign in to comment.