1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00

Revert logo in standard components

This commit is contained in:
Andrew Kingston 2021-06-01 15:06:58 +01:00
parent 3047923b8b
commit 6d2e1a8501

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>