From 885e67b2ed8672344007fd94fd1fd5f2e8aed613 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Sat, 10 Aug 2024 05:13:08 -0400 Subject: [PATCH] Use material symbol for modal layout sign out link (#31363) --- app/views/layouts/modal.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/modal.html.haml b/app/views/layouts/modal.html.haml index bd2dcc1324c..bbc9185f5b3 100644 --- a/app/views/layouts/modal.html.haml +++ b/app/views/layouts/modal.html.haml @@ -9,7 +9,7 @@ = t 'users.signed_in_as' %span.username @#{current_account.local_username_and_domain} = link_to destroy_user_session_path(continue: true), method: :delete, class: 'logout-link icon-button', title: t('applications.logout'), 'aria-label': t('applications.logout') do - = fa_icon 'sign-out' + = material_symbol 'logout' .container-alt= yield