Skip to content

Commit

Permalink
Merge pull request #4594 from nextcloud-libraries/fix/remove-role-not…
Browse files Browse the repository at this point in the history
…e-in-settings-section-docs-link

fix(NcSettingsSection): remove incorrect role=note on doc link
  • Loading branch information
ShGKme committed Oct 2, 2023
2 parents 2a73983 + 4f7a069 commit f3a5740
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/NcSettingsSection/NcSettingsSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ This component is to be used in the settings section of nextcloud.
<a v-if="hasDocUrl"
:href="docUrl"
class="settings-section__info"
role="note"
:aria-label="docNameTranslated"
:title="docNameTranslated"
target="_blank"
rel="noreferrer nofollow">
Expand Down

0 comments on commit f3a5740

Please sign in to comment.