Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Update the avatar link icon to the current icon used in Web #2269

Merged
merged 1 commit into from
Jul 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions changelog/unreleased/bugfix-avatar-link-icon
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Avatar link icon

We've updated the avatar link icon to the current icon used in Web.

https://github.com/owncloud/owncloud-design-system/pull/2269
https://github.com/owncloud/web/issues/7345
2 changes: 1 addition & 1 deletion src/components/molecules/OcAvatarLink/OcAvatarLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<oc-avatar-item
:width="width"
:icon-size="iconSize"
icon="links"
icon="link"
:name="name"
:accessible-label="accessibleLabel"
/>
Expand Down