chore: rebrand project from Revanios to Neta and update associated assets and configurations
This commit is contained in:
@@ -72,10 +72,10 @@ export function DashboardShell({ children, user }: DashboardShellProps) {
|
||||
|
||||
<div className="flex flex-1 flex-col min-w-0">
|
||||
<header className="sticky top-0 z-30 flex h-14 items-center justify-between border-b border-border bg-background/95 px-4 backdrop-blur lg:hidden">
|
||||
<Link href="/" className="flex items-center gap-2 font-semibold">
|
||||
<Link href="/" className="flex justify-center items-center gap-2 font-semibold">
|
||||
<Image
|
||||
src="/logo/blackLogo.png"
|
||||
alt="Revanios"
|
||||
src="/logo/blackLogoLong.png"
|
||||
alt="Neta"
|
||||
width={120}
|
||||
height={32}
|
||||
className="h-8 w-auto object-contain"
|
||||
@@ -116,8 +116,8 @@ function AppSidebar({
|
||||
<SidebarHeader className="shrink-0 border-b-0 px-6 py-3">
|
||||
<Link href="/">
|
||||
<Image
|
||||
src="/logo/blackLogo.png"
|
||||
alt="Revanios"
|
||||
src="/logo/blackLogoLong.png"
|
||||
alt="Neta"
|
||||
width={160}
|
||||
height={48}
|
||||
className="h-12 w-auto object-contain"
|
||||
|
||||
Reference in New Issue
Block a user