瀏覽代碼

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 5 月之前
父節點
當前提交
8642a44f84
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>
 
         <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')}
         </h2>
         <div id="user-created-list" className={`page-list ${styles['page-list']}`}>