mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 13:25:23 +02:00
style: enlarge logo and apply modern effects for premium look
This commit is contained in:
@@ -12,12 +12,12 @@ interface TopBarProps {
|
||||
|
||||
export function TopBar({ stats, onExport, hasData, hasUnsavedChanges, userEmail, onSignOut }: TopBarProps) {
|
||||
return (
|
||||
<header className="bg-[#020812] border-b border-slate-700/30 h-16 flex items-center justify-between px-6 shrink-0 z-10 shadow-2xl">
|
||||
<div className="flex items-center">
|
||||
<header className="bg-[#020812] border-b border-slate-700/30 h-20 flex items-center justify-between px-8 shrink-0 z-10 shadow-2xl">
|
||||
<div className="flex items-center -ml-2">
|
||||
<img
|
||||
src="https://i.ibb.co/9m7m81gJ/Gemini-Generated-Image-my35f7my35f7my35.png"
|
||||
alt="DataCraze"
|
||||
className="h-10 w-auto object-contain"
|
||||
className="h-14 w-auto object-contain filter drop-shadow-[0_0_8px_rgba(59,130,246,0.3)] contrast-125"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user