mirror of https://github.com/Budibase/budibase.git
4 changed files with 21 additions and 1 deletions
@ -0,0 +1,17 @@ |
|||
<script> |
|||
import { Icon } from "@budibase/bbui" |
|||
</script> |
|||
|
|||
<a target="_blank" href="https://github.com/Budibase/budibase/discussions"> |
|||
<Icon hoverable name="Help" size="XXL" /> |
|||
</a> |
|||
|
|||
<style> |
|||
a { |
|||
color: inherit; |
|||
position: absolute; |
|||
bottom: var(--spacing-m); |
|||
right: var(--spacing-m); |
|||
border-radius: 55%; |
|||
} |
|||
</style> |
|||
@ -0,0 +1 @@ |
|||
This is the budibase internal database |
|||
Loading…
Reference in new issue