|
|
|
@ -4,6 +4,9 @@ |
|
|
|
const { authStore, linkable, styleable, builderStore } = getContext("sdk") |
|
|
|
const component = getContext("component") |
|
|
|
|
|
|
|
// BB emblem: https://i.imgur.com/Xhdt1YP.png |
|
|
|
// Space logo: https://i.imgur.com/Dn7Xt1G.png |
|
|
|
|
|
|
|
export let logoUrl |
|
|
|
export let hideLogo |
|
|
|
</script> |
|
|
|
@ -15,7 +18,7 @@ |
|
|
|
<img |
|
|
|
class="logo" |
|
|
|
alt="logo" |
|
|
|
src={logoUrl || "https://i.imgur.com/Dn7Xt1G.png"} |
|
|
|
src={logoUrl || "https://i.imgur.com/Xhdt1YP.png"} |
|
|
|
height="48" |
|
|
|
/> |
|
|
|
</a> |
|
|
|
|