aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-07-15 09:12:10 +0200
committerJoas Schilling <coding@schilljs.com>2022-07-15 09:12:10 +0200
commitdef9e25967dd4070ab3f8ac81fe2fc947489c643 (patch)
treea4a90dde9e38995a7c3cde2fd724e2bb24288b1c /apps/settings
parent78d966c93562a3cc6150613e61ef436f8148f6b8 (diff)
downloadnextcloud-server-def9e25967dd4070ab3f8ac81fe2fc947489c643.tar.gz
nextcloud-server-def9e25967dd4070ab3f8ac81fe2fc947489c643.zip
Fix HTML validation of material design icons
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/settings')
-rw-r--r--apps/settings/src/components/PersonalInfo/ProfileSection/EditProfileAnchorLink.vue2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/settings/src/components/PersonalInfo/ProfileSection/EditProfileAnchorLink.vue b/apps/settings/src/components/PersonalInfo/ProfileSection/EditProfileAnchorLink.vue
index 1ee3bc0e149..61a7bfc908d 100644
--- a/apps/settings/src/components/PersonalInfo/ProfileSection/EditProfileAnchorLink.vue
+++ b/apps/settings/src/components/PersonalInfo/ProfileSection/EditProfileAnchorLink.vue
@@ -25,8 +25,6 @@
href="#profile-visibility"
v-on="$listeners">
<ChevronDownIcon class="anchor-icon"
- decorative
- title=""
:size="22" />
{{ t('settings', 'Edit your Profile visibility') }}
</a>