mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
simplify code
This commit is contained in:
parent
76f3321680
commit
79c8d8ebbb
1 changed files with 4 additions and 4 deletions
|
|
@ -103,8 +103,8 @@ export default function Notion(): JSX.Element {
|
|||
<PageMetaData title="Notion" path="/integrations/notion" />
|
||||
<SettingsLayout>
|
||||
<VStack
|
||||
distribution={'start'}
|
||||
alignment={'start'}
|
||||
distribution="start"
|
||||
alignment="start"
|
||||
css={{
|
||||
margin: '0 auto',
|
||||
width: '80%',
|
||||
|
|
@ -112,8 +112,8 @@ export default function Notion(): JSX.Element {
|
|||
}}
|
||||
>
|
||||
<HStack
|
||||
alignment={'start'}
|
||||
distribution={'start'}
|
||||
alignment="start"
|
||||
distribution="start"
|
||||
css={{
|
||||
width: '100%',
|
||||
pb: '$2',
|
||||
|
|
|
|||
Loading…
Reference in a new issue