Remove divider from beta tab
This commit is contained in:
parent
74d0f5c3cb
commit
32e946e1f6
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue