Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change signout icon #5681

Merged
merged 1 commit into from
Aug 16, 2021
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
5 changes: 5 additions & 0 deletions changelog/unreleased/enhancement-signout-icon
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: Signout icon

We changed the icon in the personal menu nav item for signing out based on recent user feedback.

https://github.com/owncloud/web/pull/5681
2 changes: 1 addition & 1 deletion packages/web-runtime/src/components/UserMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
justify-content="left"
@click="logout"
>
<oc-icon name="exit_to_app" />
<oc-icon name="sign-out" />
<translate>Log out</translate>
</oc-button>
</li>
Expand Down