feat: add favicon, logo and Update the platform name (only available to the superuser) and company names

This commit is contained in:
2026-01-23 09:32:36 -03:00
parent fa8ca6cb61
commit 3ae67b23c9
15 changed files with 515 additions and 12 deletions
+2
View File
@@ -15,6 +15,7 @@ export const metadata: Metadata = {
};
import AuthHeader from "@/components/AuthHeader";
import BrandingManager from "@/components/BrandingManager";
export default function RootLayout({
children,
@@ -27,6 +28,7 @@ export default function RootLayout({
<AuthProvider>
<I18nProvider>
<AuthGuard>
<BrandingManager />
<header className="h-20 glass sticky top-0 z-50 px-8 flex items-center justify-between border-b border-white/5 backdrop-blur-xl bg-black/40">
<Link href="/" className="flex items-center gap-3 group">
<div className="w-10 h-10 rounded-xl bg-blue-600 flex items-center justify-center font-black text-white shadow-lg shadow-blue-500/20 group-hover:scale-105 transition-transform">