@ -10,6 +10,7 @@ export default function Logo({ options }) {
{options.icon ?
<ResolvedIcon icon={options.icon} width={48} height={48} /> :
// fallback to homepage logo
<div className="w-12 h-12">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 1024 1024"
@ -60,6 +61,7 @@ export default function Logo({ options }) {
/>
</g>
</svg>
</div>
}
</Raw>
</Container>