Fix sidebar image display

This commit is contained in:
findolor 2022-09-19 11:41:40 +03:00
parent 9ae16407b7
commit e670d36a54

View File

@ -22,7 +22,7 @@ export const Sidebar = () => {
<SidebarLayout>
{/* Stargaze brand as home button */}
<Anchor href="/" onContextMenu={(e) => [e.preventDefault(), router.push('/brand')]}>
<img alt="Brand Text" className="w-full" src="stargaze_logo_800.svg" />
<img alt="Brand Text" className="w-full" src="/stargaze_logo_800.svg" />
</Anchor>
{/* wallet button */}