|
@@ -84,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 ${TagLabelsStyles['grw-tag-labels']} mt-1 mb-2`}>
|
|
|
|
|
|
|
+ <div className="grw-tag-labels mt-1 mb-2">
|
|
|
{ tagElements }
|
|
{ tagElements }
|
|
|
</div>
|
|
</div>
|
|
|
<PageItemLower page={page} />
|
|
<PageItemLower page={page} />
|