forked from tsai/budibase
committed by
GitHub
9 changed files with 70 additions and 32 deletions
@ -1,12 +1,12 @@ |
|||
<script> |
|||
import { Icon } from '@budibase/bbui' |
|||
export let url |
|||
import { Icon } from "@budibase/bbui" |
|||
export let url |
|||
</script> |
|||
|
|||
<a href={url}><Icon name="view" /></a> |
|||
|
|||
<style> |
|||
a { |
|||
color: var(--grey-6) |
|||
} |
|||
</style> |
|||
a { |
|||
color: var(--grey-6); |
|||
} |
|||
</style> |
|||
|
|||
Loading…
Reference in new issue