Skip to content

Commit

Permalink
Merge pull request #1586 from nextcloud/bugfix/noid/dont-say-h6
Browse files Browse the repository at this point in the history
Remote semantics of h6 in user bubble
  • Loading branch information
skjnldsv authored Nov 24, 2020
2 parents 09c773b + 1b76929 commit 271ef08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/UserBubble/UserBubble.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ This component has the following slot:
class="user-bubble__avatar" />

<!-- Title -->
<h6 class="user-bubble__title">
<span class="user-bubble__title">
{{ displayName || user }}
</h6>
</span>

<!-- @slot Optional slot just after the title -->
<span v-if="$slots.title" class="user-bubble__secondary">
Expand Down

0 comments on commit 271ef08

Please sign in to comment.