|
|
@@ -63,7 +63,7 @@ const TagPage: NextPage<CommonProps> = (props: Props) => {
|
|
|
<Head>
|
|
|
</Head>
|
|
|
<BasicLayout title={useCustomTitle(props, 'GROWI')} className={classNames.join(' ')}>
|
|
|
- <div className="grw-container-convertible mb-5 pb-5">
|
|
|
+ <div className="grw-container-convertible mb-5 pb-5" data-testid="tags-page">
|
|
|
<h2 className="my-3">{`${t('Tags')}(${totalCount})`}</h2>
|
|
|
<div className="px-3 mb-5 text-center">
|
|
|
<TagCloudBox tags={tagData} minSize={20} />
|