|
|
@@ -5,7 +5,6 @@ import assert from 'assert';
|
|
|
import type { IPageHasId } from '@growi/core';
|
|
|
import { templateChecker, pagePathUtils } from '@growi/core/dist/utils';
|
|
|
|
|
|
-import { FootstampIcon } from '../FootstampIcon';
|
|
|
|
|
|
const { isTopPage } = pagePathUtils;
|
|
|
const { checkTemplatePath } = templateChecker;
|
|
|
@@ -47,7 +46,7 @@ const SeenUsersCount = (props: SeenUsersCountProps): JSX.Element => {
|
|
|
|
|
|
return (
|
|
|
<span className={`seen-users-count ${shouldSpaceOutIcon ? 'me-2' : ''} ${strengthClass}`}>
|
|
|
- <i className="footstamp-icon"><FootstampIcon /></i>
|
|
|
+ <span className="material-symbols-outlined">footprint</span>
|
|
|
{count}
|
|
|
</span>
|
|
|
);
|