css renovation 1

This commit is contained in:
YasinOnm08 2024-09-27 16:48:17 +02:00
parent 2090c3b16c
commit 98fb54a1fe
6 changed files with 20 additions and 14 deletions

View file

@ -40,9 +40,9 @@ const Header: React.FC<HeaderProps> = ({ onViewChange, showDivs, toggleDivs, sho
</button>
)}
</nav>
<button onClick={() => onViewChange('AI')} className="header-button header-logo">
<div className="header-button header-logo">
{/* AI logo or text */}
</button>
</div>
<div className="login-button">
<Login />
</div>