File tree Expand file tree Collapse file tree 2 files changed +3
-21
lines changed
Expand file tree Collapse file tree 2 files changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,7 @@ export const Header: FC<IHeader> = (props: IHeader) => {
3737
3838 < Stack direction = "horizontal" align = "center" gap = "condensed" >
3939 < Octicon icon = { props . icon } size = { Size . LARGE } />
40- < Heading
41- sx = { {
42- fontSize : 3 ,
43- } }
44- >
45- { props . children }
46- </ Heading >
40+ < Heading sx = { { fontSize : 3 } } > { props . children } </ Heading >
4741 </ Stack >
4842 </ Stack >
4943 </ div >
Original file line number Diff line number Diff line change @@ -36,20 +36,8 @@ export const LoginRoute: FC = () => {
3636 < LogoIcon size = { Size . LARGE } isDark />
3737
3838 < Stack align = "center" gap = "none" >
39- < Heading
40- sx = { {
41- fontSize : 4 ,
42- } }
43- >
44- GitHub Notifications
45- </ Heading >
46- < Heading
47- sx = { {
48- fontSize : 3 ,
49- } }
50- >
51- on your menu bar
52- </ Heading >
39+ < Heading sx = { { fontSize : 4 } } > GitHub Notifications</ Heading >
40+ < Heading sx = { { fontSize : 3 } } > on your menu bar</ Heading >
5341 </ Stack >
5442
5543 < Stack align = "center" gap = "condensed" >
You can’t perform that action at this time.
0 commit comments