File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import { trackCustomEvent } from "../../utils/matomo"
37
37
import { getImage } from "../../utils/image"
38
38
import { useOnClickOutside } from "../../hooks/useOnClickOutside"
39
39
40
- type ChildOnlyProp = { children : ReactNode }
40
+ import type { ChildOnlyProp } from "../../types"
41
41
42
42
const Subtitle = ( { children } : ChildOnlyProp ) => {
43
43
return (
@@ -178,7 +178,11 @@ const FindWalletPage = ({ data, location }) => {
178
178
>
179
179
< Box w = { { base : "full" , sm : "50%" } } mt = { { base : 8 , sm : 0 } } >
180
180
< Breadcrumbs slug = { location . pathname } />
181
- < Heading as = "h1" fontSize = { { base : "2.5rem" , md : "5xl" } } >
181
+ < Heading
182
+ as = "h1"
183
+ fontSize = { { base : "2.5rem" , md : "5xl" } }
184
+ lineHeight = { 1.4 }
185
+ >
182
186
< Translation id = "page-find-wallet-title" />
183
187
</ Heading >
184
188
< Subtitle >
@@ -271,7 +275,9 @@ const FindWalletPage = ({ data, location }) => {
271
275
</ Box >
272
276
</ Box >
273
277
< Flex
274
- pt = { { base : 4 , lg : 0 } }
278
+ px = { { base : 0 , md : 8 } }
279
+ pt = { 4 }
280
+ pb = { 0 }
275
281
w = "full"
276
282
gap = { 6 }
277
283
height = "90vh"
You can’t perform that action at this time.
0 commit comments