Update sidebar logo

This commit is contained in:
Serkan Reis 2023-06-28 21:29:42 +03:00
parent 0e1c851eea
commit e4459acf9c
2 changed files with 4 additions and 4 deletions

View File

@ -37,14 +37,14 @@ export const Sidebar = () => {
return (
<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" />
<Anchor href="/home" onContextMenu={(e) => [e.preventDefault(), router.push('/brand')]}>
<img alt="Brand Text" className="ml-5 w-3/4" src="/studio-logo.png" />
</Anchor>
{/* wallet button */}
<WalletLoader />
{/* main navigation routes */}
<div className="absolute top-[20%] left-[5%] mt-[5%]">
<div className="absolute top-[20%] left-[5%] mt-2">
<ul className="group p-2 w-full bg-transparent menu rounded-box">
<li tabIndex={0}>
<div

View File

@ -16,7 +16,7 @@ export const WalletLoader = () => {
const displayName = useWalletStore((store) => store.name || getShortAddress(store.address))
return (
<Popover className="mt-8 mb-2">
<Popover className="mt-4 mb-2">
{({ close }) => (
<>
<div className="grid -mx-4">