style: center logo links in portal and dashboard sidebars
This commit is contained in:
@@ -114,7 +114,7 @@ function AppSidebar({
|
|||||||
className="flex h-dvh max-h-dvh flex-col overflow-hidden rounded-none border-0"
|
className="flex h-dvh max-h-dvh flex-col overflow-hidden rounded-none border-0"
|
||||||
>
|
>
|
||||||
<SidebarHeader className="shrink-0 border-b-0 px-6 py-3">
|
<SidebarHeader className="shrink-0 border-b-0 px-6 py-3">
|
||||||
<Link href="/">
|
<Link href="/" className="flex w-full items-center justify-center">
|
||||||
<Image
|
<Image
|
||||||
src="/logo/blackLogoLong.png"
|
src="/logo/blackLogoLong.png"
|
||||||
alt="Neta"
|
alt="Neta"
|
||||||
|
|||||||
@@ -120,7 +120,7 @@ function AppSidebar({
|
|||||||
className="flex h-dvh max-h-dvh flex-col overflow-hidden rounded-none border-0"
|
className="flex h-dvh max-h-dvh flex-col overflow-hidden rounded-none border-0"
|
||||||
>
|
>
|
||||||
<SidebarHeader className="shrink-0 border-b-0 px-6 py-3">
|
<SidebarHeader className="shrink-0 border-b-0 px-6 py-3">
|
||||||
<Link href="/portal">
|
<Link href="/portal" className="flex w-full items-center justify-center">
|
||||||
<Image
|
<Image
|
||||||
src="/logo/blackLogoLong.png"
|
src="/logo/blackLogoLong.png"
|
||||||
alt="Neta"
|
alt="Neta"
|
||||||
|
|||||||
Reference in New Issue
Block a user