1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +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> </script>
<Page maxWidth="90ch" wide={false}> <Page maxWidth="90ch" wide={false}>
<Layout> <Layout noPadding>
<Heading size="S">Beta Builder</Heading> <Layout noPadding gap="S">
<Divider /> <Heading size="S">Beta Builder</Heading>
<Body> <Body>
Your account has been given access to the budibase beta program. We would Your account has been given access to the budibase beta program. We
love to hear what you think and get your feedback and suggestions on the would love to hear what you think and get your feedback and suggestions
new Design UI. on the new Design UI.
</Body> </Body>
</Layout>
<ButtonGroup> <ButtonGroup>
<Button cta on:click={openFeedbackApp}>Give Feedback</Button> <Button cta on:click={openFeedbackApp}>Give Feedback</Button>
<Button secondary on:click={revertToOldBuilder} <Button secondary on:click={revertToOldBuilder}