We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7303870 commit 17b94abCopy full SHA for 17b94ab
src/landings/components/CategoryLanding.tsx
@@ -102,7 +102,7 @@ export const CategoryLanding = () => {
102
never render anything. It always just return null. */}
103
<ClientSideRedirects />
104
105
- <div className="container-xl px-3 px-md-6 my-4">
+ <div className="container-xl px-3 px-md-6 my-4" data-search="article-body">
106
<div className={cx('d-none d-xl-block mt-3 mr-auto width-full')}>
107
<Breadcrumbs />
108
</div>
0 commit comments