chore: rebrand project from Revanios to Neta and update associated assets and configurations

This commit is contained in:
poyrazavsever
2026-06-09 14:46:44 +03:00
parent 68eb84abdb
commit d80af01d14
24 changed files with 39 additions and 40 deletions
+5 -5
View File
@@ -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"
+4 -4
View File
@@ -76,8 +76,8 @@ export function PortalShell({ children, user, progress }: PortalShellProps) {
<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="/portal" className="flex 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"
@@ -122,8 +122,8 @@ function AppSidebar({
<SidebarHeader className="shrink-0 border-b-0 px-6 py-3">
<Link href="/portal">
<Image
src="/logo/blackLogo.png"
alt="Revanios"
src="/logo/blackLogoLong.png"
alt="Neta"
width={160}
height={48}
className="h-12 w-auto object-contain"