Skip to content

Commit

Permalink
Merge pull request #7618 from nextcloud/bugfix/7522/fix-topbar-link-role
Browse files Browse the repository at this point in the history
Add role to topbar link
  • Loading branch information
nickvergessen authored Jul 20, 2022
2 parents 446dfe3 + 2e74081 commit 726e894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TopBar/TopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
:hide-call="false" />
<!-- conversation header -->
<a v-if="!isInCall"
role="button"
class="conversation-header"
@click="openConversationSettings">
<div class="conversation-header__text"
Expand Down

0 comments on commit 726e894

Please sign in to comment.