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
+1 -1
View File
@@ -24,7 +24,7 @@ export default async function DashboardLayout({
redirect("/portal");
}
const fallbackName = user?.email?.split("@")[0] ?? "Revanios Kullanıcısı";
const fallbackName = user?.email?.split("@")[0] ?? "Neta Kullanıcısı";
const displayName =
[profile?.first_name, profile?.last_name].filter(Boolean).join(" ") ||
fallbackName;