1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Revert logo in standard components

This commit is contained in:
Andrew Kingston 2021-06-01 15:06:58 +01:00
parent fbc4253024
commit deacb738cf

View file

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