File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed
tests/routes/account/__snapshots__ Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,9 @@ function Account(): React.ReactElement {
29
29
return (
30
30
< Layout wide >
31
31
< div className = "flex flex-col gap-10" >
32
- < header className = "flex justify-between items-center" >
33
- < Heading size = "md" weight = "semibold" >
34
- { t ( "frontend.account.title" ) }
35
- </ Heading >
36
- </ header >
32
+ < Heading size = "md" weight = "semibold" >
33
+ { t ( "frontend.account.title" ) }
34
+ </ Heading >
37
35
38
36
< div className = "flex flex-col gap-4" >
39
37
< UserGreeting user = { viewer } siteConfig = { siteConfig } />
Original file line number Diff line number Diff line change @@ -300,15 +300,11 @@ exports[`Account home page > renders the page 1`] = `
300
300
<div
301
301
class = " flex flex-col gap-10"
302
302
>
303
- <header
304
- class = " flex justify-between items-center "
303
+ <h1
304
+ class = " _typography_yh5dq_162 _font-heading-md-semibold_yh5dq_121 "
305
305
>
306
- <h1
307
- class = " _typography_yh5dq_162 _font-heading-md-semibold_yh5dq_121"
308
- >
309
- Your account
310
- </h1 >
311
- </header >
306
+ Your account
307
+ </h1 >
312
308
<div
313
309
class = " flex flex-col gap-4"
314
310
>
You can’t perform that action at this time.
0 commit comments