File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,7 @@ const ContentHero = (props: ContentHeroProps) => {
27
27
/>
28
28
</ Box >
29
29
< Stack p = { { base : "8" , lg : "16" } } spacing = "9" justify = "center" >
30
- { /* TODO:
31
- * Recommend the Breadcrumbs component
32
- * not have a spacing style (`mb`) and
33
- * let the parent handle the spacing.
34
- *
35
- * This change would be done when the component is applied
36
- * to prod.
37
- */ }
38
- < Breadcrumbs { ...breadcrumbs } mb = "0" />
30
+ < Breadcrumbs { ...breadcrumbs } />
39
31
< Stack spacing = "6" >
40
32
< Heading as = "h1" size = "2xl" >
41
33
{ title }
Original file line number Diff line number Diff line change @@ -11,15 +11,7 @@ const MdxHero = (props: MdxHeroProps) => {
11
11
const { breadcrumbs, title } = props
12
12
return (
13
13
< Stack py = "8" px = "6" spacing = "6" w = "full" >
14
- { /* TODO:
15
- * Recommend the Breadcrumbs component
16
- * not have a spacing style (`mb`) and
17
- * let the parent handle the spacing.
18
- *
19
- * This change would be done when the component is applied
20
- * to prod.
21
- */ }
22
- < Breadcrumbs { ...breadcrumbs } mb = { 0 } />
14
+ < Breadcrumbs { ...breadcrumbs } />
23
15
< Heading as = "h1" size = "2xl" >
24
16
{ title }
25
17
</ Heading >
You can’t perform that action at this time.
0 commit comments