|
@@ -17,8 +17,10 @@ import FormattedDistanceDate from '../FormattedDistanceDate';
|
|
|
|
|
|
|
|
import InfiniteScroll from './InfiniteScroll';
|
|
import InfiniteScroll from './InfiniteScroll';
|
|
|
|
|
|
|
|
|
|
+import TagLabelsStyles from '../Page/TagLabels.module.scss';
|
|
|
import styles from './RecentChanges.module.scss';
|
|
import styles from './RecentChanges.module.scss';
|
|
|
|
|
|
|
|
|
|
+
|
|
|
const logger = loggerFactory('growi:History');
|
|
const logger = loggerFactory('growi:History');
|
|
|
|
|
|
|
|
type PageItemProps = {
|
|
type PageItemProps = {
|
|
@@ -82,7 +84,7 @@ const LargePageItem = memo(({ page }: PageItemProps): JSX.Element => {
|
|
|
<PagePathHierarchicalLink linkedPagePath={linkedPagePathLatter} basePath={dPagePath.isRoot ? undefined : dPagePath.former} />
|
|
<PagePathHierarchicalLink linkedPagePath={linkedPagePathLatter} basePath={dPagePath.isRoot ? undefined : dPagePath.former} />
|
|
|
{locked}
|
|
{locked}
|
|
|
</h5>
|
|
</h5>
|
|
|
- <div className="grw-tag-labels mt-1 mb-2">
|
|
|
|
|
|
|
+ <div className={`grw-tag-labels ${TagLabelsStyles['grw-tag-labels']} mt-1 mb-2`}>
|
|
|
{ tagElements }
|
|
{ tagElements }
|
|
|
</div>
|
|
</div>
|
|
|
<PageItemLower page={page} />
|
|
<PageItemLower page={page} />
|