We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ceb0c0 commit 6968ef4Copy full SHA for 6968ef4
2 files changed
src/landings/components/discovery/DiscoveryLanding.tsx
@@ -25,7 +25,7 @@ export const DiscoveryLanding = () => {
25
return (
26
<DefaultLayout>
27
<UtmPreserver />
28
- <div>
+ <div data-search="article-body">
29
<LandingHero title={title} intro={intro} heroImage={heroImage} introLinks={introLinks} />
30
<div className="container-xl px-3 px-md-6 mt-6 mb-4">
31
{/* Render carousels */}
src/landings/components/journey/JourneyLanding.tsx
@@ -10,7 +10,7 @@ export const JourneyLanding = () => {
10
11
12
13
14
15
16
0 commit comments