🚀 Auto-deploy: BrainWind atualizado em 15/07/2026 11:35:57
This commit is contained in:
+7
-4
@@ -105,7 +105,7 @@ function AppLayout({ children }: { children: React.ReactNode }) {
|
||||
)}
|
||||
>
|
||||
<div className="h-14 flex items-center justify-between px-4 border-b">
|
||||
{!isCollapsed && <img src={effectiveTheme === 'dark' ? '/logo_brainwind_dark.svg' : '/logo_brainwind.svg'} alt="BrainWind" className="h-7 w-auto object-contain" />}
|
||||
{!isCollapsed && <img src="/logo_brainwind.png" alt="BrainWind" className="h-8 w-auto object-contain dark:brightness-[3] dark:grayscale" />}
|
||||
<div className="flex items-center gap-1 shrink-0 ml-auto">
|
||||
<Button
|
||||
variant="ghost"
|
||||
@@ -216,7 +216,7 @@ function AppLayout({ children }: { children: React.ReactNode }) {
|
||||
|
||||
<main className="flex-1 flex flex-col h-full overflow-hidden pb-16 md:pb-0">
|
||||
<header className="h-14 border-b bg-card flex items-center justify-between px-4 md:hidden">
|
||||
<img src={effectiveTheme === 'dark' ? '/logo_brainwind_dark.svg' : '/logo_brainwind.svg'} alt="BrainWind" className="h-6 w-auto object-contain" />
|
||||
<img src="/logo_brainwind.png" alt="BrainWind" className="h-7 w-auto object-contain dark:brightness-[3] dark:grayscale" />
|
||||
<div className="flex items-center gap-1.5">
|
||||
<Button
|
||||
variant="ghost"
|
||||
@@ -341,8 +341,11 @@ function HomeMock() {
|
||||
|
||||
return (
|
||||
<div className="p-8 max-w-6xl mx-auto space-y-8">
|
||||
<header className="text-center space-y-2">
|
||||
<h1 className="text-4xl font-extrabold tracking-tight text-foreground">{t('app_title')}</h1>
|
||||
<header className="text-center space-y-4 flex flex-col items-center mt-4 mb-6">
|
||||
<div className="relative inline-block">
|
||||
<img src="/logo_brainwind.png" alt="BrainWind" className="h-20 md:h-28 w-auto object-contain dark:drop-shadow-[0_0_15px_rgba(255,255,255,0.4)]" />
|
||||
<span className="absolute -bottom-1 -right-2 md:-right-6 bg-primary text-primary-foreground text-[10px] md:text-xs font-bold px-2 py-0.5 rounded-full shadow-sm border border-primary-foreground/20">v1.0</span>
|
||||
</div>
|
||||
<p className="text-muted-foreground text-lg">
|
||||
{t('app_subtitle')}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user