mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Laying out webhooks page
This commit is contained in:
parent
9cda32b64d
commit
1586eee8f6
1 changed files with 24 additions and 1 deletions
|
|
@ -39,7 +39,8 @@ export function Webhooks(): JSX.Element {
|
|||
width={75}
|
||||
height={75}
|
||||
/>
|
||||
<Header>WebHooks</Header>
|
||||
<Header>Webhooks</Header>
|
||||
|
||||
<HStack
|
||||
alignment={'center'}
|
||||
distribution={'end'}
|
||||
|
|
@ -63,6 +64,28 @@ export function Webhooks(): JSX.Element {
|
|||
</Button>
|
||||
</HStack>
|
||||
</HStack>
|
||||
|
||||
<HStack
|
||||
css={{
|
||||
fontSize: '16px',
|
||||
color: '$utilityTextDefault',
|
||||
m: '20px 0',
|
||||
}}
|
||||
>
|
||||
Use Webhooks to Ut enim ad minim veniam, quis nostrud exercitation.
|
||||
Tityre, tu patulae recubans sub tegmine fagi dolor. Etiam habebis sem
|
||||
dicantur magna mollis euismod.
|
||||
</HStack>
|
||||
|
||||
<HStack
|
||||
css={{
|
||||
fontSize: '16px',
|
||||
color: '$utilityTextDefault',
|
||||
m: '20px 0',
|
||||
}}>
|
||||
|
||||
|
||||
</HStack>
|
||||
</VStack>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue