Browse Source

Merge pull request #10603 from growilabs/imprv/175617-change-activity-log-title-icon

imprv: Change to a unique icon next to the Activity Log title
Yuki Takei 3 months ago
parent
commit
8642a44f84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/client/components/UsersHomepageFooter.tsx

+ 1 - 1
apps/app/src/client/components/UsersHomepageFooter.tsx

@@ -48,7 +48,7 @@ export const UsersHomepageFooter = (props: UsersHomepageFooterProps): JSX.Elemen
         </div>
         </div>
 
 
         <h2 id="user-created-list" className="grw-user-page-header border-bottom pb-2 mb-3 d-flex">
         <h2 id="user-created-list" className="grw-user-page-header border-bottom pb-2 mb-3 d-flex">
-          <span className="growi-custom-icons me-1">recently_created</span>
+          <span className="material-symbols-outlined me-1 fs-1">update</span>
           {t('user_home_page.recent_activity')}
           {t('user_home_page.recent_activity')}
         </h2>
         </h2>
         <div id="user-created-list" className={`page-list ${styles['page-list']}`}>
         <div id="user-created-list" className={`page-list ${styles['page-list']}`}>