Browse Source

Budibase beta button replaced , help icon replaced with github

I replaced the Budibase is in beta button, and replaced it with 'Request feature'. The new button points to Github Discussions.

I also replaced the help icon with a Github icon. With our users being developers, I feel they will understand what the Github icon means (not just help, but a place to raise issues, provide feedback).
pull/1010/head
Joe 5 years ago
parent
commit
467e8d46ec
  1. 6
      packages/builder/src/pages/[application]/_reset.svelte

6
packages/builder/src/pages/[application]/_reset.svelte

@ -73,7 +73,7 @@
<a
target="_blank"
href="https://github.com/Budibase/budibase/discussions">
<i class="ri-question-line" />
<i class="ri-github-fill" />
</a>
</div>
<SettingsLink />
@ -89,8 +89,8 @@
<div class="beta">
<Button
secondary
href="https://www.budibase.com/blog/budibase-public-beta/">
Budibase is in Beta
href="https://github.com/Budibase/budibase/discussions/categories/ideas">
Request feature
</Button>
</div>

Loading…
Cancel
Save