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> </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}