Checkpoint: Renommage de l'application "Veille Réglementaire" → "Veille Stratégique" (sidebar, header mobile, titre HTML). Fond bleu dégradé (bleu marine → bleu ciel) sur la page de connexion avec texte blanc adapté.

This commit is contained in:
Manus
2026-05-27 08:44:20 -04:00
parent 4452352c92
commit 5293b8dee2
4 changed files with 11 additions and 11 deletions

View File

@@ -118,7 +118,7 @@ export function AppLayout({ children, user, onLogout }: AppLayoutProps) {
</div>
{!collapsed && (
<div className="min-w-0">
<p className="text-sm font-bold text-sidebar-foreground leading-tight truncate">Veille Réglementaire</p>
<p className="text-sm font-bold text-sidebar-foreground leading-tight truncate">Veille Stratégique</p>
<p className="text-xs text-sidebar-foreground/60 truncate">Direction des Opérations</p>
</div>
)}
@@ -283,7 +283,7 @@ export function AppLayout({ children, user, onLogout }: AppLayoutProps) {
<Button variant="ghost" size="icon" onClick={() => setMobileOpen(true)}>
<Menu size={20} />
</Button>
<span className="font-semibold text-foreground">Veille Réglementaire</span>
<span className="font-semibold text-foreground">Veille Stratégique</span>
</header>
{/* Zone de contenu scrollable */}