update user page and logo to be link also update profile page
This commit is contained in:
@@ -325,7 +325,7 @@ function SidebarContent({
|
||||
justifyContent: compact ? "center" : "flex-start",
|
||||
}}
|
||||
>
|
||||
{compact ? <BrandIcon size={36} /> : <Logo white />}
|
||||
{compact ? <BrandIcon size={36} /> : <Logo white href="/dashboard" />}
|
||||
</div>
|
||||
|
||||
<nav
|
||||
|
||||
Reference in New Issue
Block a user