소스 검색

style: recently_created icon

yukendev 2 년 전
부모
커밋
03e4c6b17d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/app/src/components/UsersHomepageFooter.tsx

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

@@ -38,7 +38,7 @@ export const UsersHomepageFooter = (props: UsersHomepageFooterProps): JSX.Elemen
         </div>
       </div>
       <div className="grw-user-page-list-m mt-5 d-edit-none">
-        <h2 id="recently-created-list" className="grw-user-page-header border-bottom pb-2 mb-3">
+        <h2 id="recently-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>
           {t('footer.recently_created')}
         </h2>