|
@@ -10,9 +10,9 @@ const BookMarkLinkButton = React.memo(() => {
|
|
|
<ScrollLink to="bookmarks-list" offset={-120}>
|
|
<ScrollLink to="bookmarks-list" offset={-120}>
|
|
|
<button
|
|
<button
|
|
|
type="button"
|
|
type="button"
|
|
|
- className="btn btn-sm btn-outline-neutral-secondary rounded-pill d-flex align-items-center w-100"
|
|
|
|
|
|
|
+ className="btn btn-sm btn-outline-neutral-secondary rounded-pill d-flex align-items-center w-100 px-3"
|
|
|
>
|
|
>
|
|
|
- <span className="material-symbols-outlined p-0">bookmark</span>
|
|
|
|
|
|
|
+ <span className="material-symbols-outlined p-0 me-2">bookmark</span>
|
|
|
<span>{t('user_home_page.bookmarks')}</span>
|
|
<span>{t('user_home_page.bookmarks')}</span>
|
|
|
</button>
|
|
</button>
|
|
|
</ScrollLink>
|
|
</ScrollLink>
|
|
@@ -27,9 +27,9 @@ const RecentlyCreatedLinkButton = React.memo(() => {
|
|
|
<ScrollLink to="recently-created-list" offset={-120}>
|
|
<ScrollLink to="recently-created-list" offset={-120}>
|
|
|
<button
|
|
<button
|
|
|
type="button"
|
|
type="button"
|
|
|
- className="btn btn-sm btn-outline-neutral-secondary rounded-pill d-flex align-items-center w-100"
|
|
|
|
|
|
|
+ className="btn btn-sm btn-outline-neutral-secondary rounded-pill d-flex align-items-center w-100 px-3"
|
|
|
>
|
|
>
|
|
|
- <span className="growi-custom-icons mx-1">recently_created</span>
|
|
|
|
|
|
|
+ <span className="growi-custom-icons mx-2 ">recently_created</span>
|
|
|
<span>{t('user_home_page.recently_created')}</span>
|
|
<span>{t('user_home_page.recently_created')}</span>
|
|
|
</button>
|
|
</button>
|
|
|
</ScrollLink>
|
|
</ScrollLink>
|