1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

Remove divider from beta tab

This commit is contained in:
Andrew Kingston 2022-07-01 11:34:40 +01:00
parent 74d0f5c3cb
commit 32e946e1f6

View file

@ -25,14 +25,15 @@
</script>
<Page maxWidth="90ch" wide={false}>
<Layout>
<Heading size="S">Beta Builder</Heading>
<Divider />
<Body>
Your account has been given access to the budibase beta program. We would
love to hear what you think and get your feedback and suggestions on the
new Design UI.
</Body>
<Layout noPadding>
<Layout noPadding gap="S">
<Heading size="S">Beta Builder</Heading>
<Body>
Your account has been given access to the budibase beta program. We
would love to hear what you think and get your feedback and suggestions
on the new Design UI.
</Body>
</Layout>
<ButtonGroup>
<Button cta on:click={openFeedbackApp}>Give Feedback</Button>
<Button secondary on:click={revertToOldBuilder}