Skip to content

Commit

Permalink
[Feature] nextcloud#4126 : Added h2 header to the event title for eac…
Browse files Browse the repository at this point in the history
…h appointment

Signed-off-by: Andrii Rublov <[email protected]>
  • Loading branch information
Andrii Rublov committed Feb 20, 2024
1 parent 94d3b8f commit a102160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Editor/Properties/PropertyTitle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
@input.prevent.stop="changeValue">
<!-- eslint-disable-next-line vue/singleline-html-element-content-newline -->
<div v-else>{{ value }}</div>
<h2 class="hidden-visually">{{ value }}</h2>
</div>
</div>
</template>
Expand Down

0 comments on commit a102160

Please sign in to comment.