File tree Expand file tree Collapse file tree 1 file changed +21
-19
lines changed Expand file tree Collapse file tree 1 file changed +21
-19
lines changed Original file line number Diff line number Diff line change @@ -17,26 +17,28 @@ export const ProductGuides = () => {
17
17
< GuidesHero />
18
18
</ LandingSection >
19
19
20
- { learningTracks && learningTracks . length > 0 && (
21
- < LandingSection
22
- title = { `${ title } learning paths` }
23
- className = "border-top py-6"
24
- sectionLink = "learning-paths"
25
- description = { t ( 'learning_paths_desc' ) }
26
- >
27
- < LearningTracks />
28
- </ LandingSection >
29
- ) }
20
+ < div data-search = "article-body" >
21
+ { learningTracks && learningTracks . length > 0 && (
22
+ < LandingSection
23
+ title = { `${ title } learning paths` }
24
+ className = "border-top py-6"
25
+ sectionLink = "learning-paths"
26
+ description = { t ( 'learning_paths_desc' ) }
27
+ >
28
+ < LearningTracks />
29
+ </ LandingSection >
30
+ ) }
30
31
31
- { includeGuides && (
32
- < LandingSection
33
- title = { `All ${ title } guides` }
34
- className = "border-top py-6 color-border-default"
35
- sectionLink = "all-guides"
36
- >
37
- < ArticleCards />
38
- </ LandingSection >
39
- ) }
32
+ { includeGuides && (
33
+ < LandingSection
34
+ title = { `All ${ title } guides` }
35
+ className = "border-top py-6 color-border-default"
36
+ sectionLink = "all-guides"
37
+ >
38
+ < ArticleCards />
39
+ </ LandingSection >
40
+ ) }
41
+ </ div >
40
42
</ DefaultLayout >
41
43
)
42
44
}
You can’t perform that action at this time.
0 commit comments