diff options
author | Joas Schilling <coding@schilljs.com> | 2022-07-15 09:12:10 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-07-15 09:12:10 +0200 |
commit | def9e25967dd4070ab3f8ac81fe2fc947489c643 (patch) | |
tree | a4a90dde9e38995a7c3cde2fd724e2bb24288b1c /apps/settings | |
parent | 78d966c93562a3cc6150613e61ef436f8148f6b8 (diff) | |
download | nextcloud-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.vue | 2 |
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> |