1
0
Fork 0
mirror of synced 2024-09-15 00:38:01 +12:00

Remove divider from beta tab

This commit is contained in:
Andrew Kingston 2022-07-01 11:34:40 +01:00
parent c502eff614
commit 2d0b797216

View file

@ -25,14 +25,15 @@
</script>
<Page maxWidth="90ch" wide={false}>
<Layout>
<Layout noPadding>
<Layout noPadding gap="S">
<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.
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}