Merge pull request #13 from public-awesome/sidebar-image-fix

Fix sidebar image display
This commit is contained in:
Serkan Reis 2022-09-19 11:42:37 +03:00 committed by GitHub
commit 98d2b89b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 */}