1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

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).
This commit is contained in:
Joe 2021-01-20 14:58:47 +00:00
parent be192704ae
commit c649467f9b

View file

@ -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>