File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const Wrapper = styled(Flex)`
21
21
}
22
22
` ;
23
23
24
- const AppWrapper = ( { children } : { children : any } ) => {
24
+ const AppWrapper = ( { children } : { children : any ; } ) => {
25
25
const isAuthenticated = useStoreState ( s => s . auth . isAuthenticated ) ;
26
26
const logout = useStoreActions ( s => s . auth . logout ) ;
27
27
const fetched = useStoreState ( s => s . settings . fetched ) ;
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ const Shortener = () => {
130
130
131
131
const title = ! link && (
132
132
< H1 fontSize = { [ 25 , 27 , 32 ] } light >
133
- Skróć swoje link .
133
+ Skróć swoje linki .
134
134
</ H1 >
135
135
) ;
136
136
@@ -181,7 +181,7 @@ const Shortener = () => {
181
181
) ;
182
182
183
183
return (
184
- < Col width = { 800 } maxWidth = "100%" px = { [ 3 ] } flex = "0 0 auto" mt = { 4 } >
184
+ < Col width = { 800 } maxWidth = "100%" px = { [ 3 ] } flex = "1 0 auto" mt = { 4 } >
185
185
< RowCenterH mb = { [ 4 , 48 ] } >
186
186
{ title }
187
187
{ result }
You can’t perform that action at this time.
0 commit comments