header fix
This commit is contained in:
parent
263cd4b65e
commit
bf1efb3341
|
|
@ -1,2 +0,0 @@
|
|||
Internal shared components for app routes.
|
||||
|
||||
|
|
@ -86,7 +86,7 @@ export function SiteHeader({ onLoginClick, onRegisterClick }: SiteHeaderProps) {
|
|||
<div className="flex items-center gap-6">
|
||||
<div className="flex items-center gap-3">
|
||||
<span className="text-white font-bold tracking-tight">+251 (0)
|
||||
<Input type="password" placeholder="Password" className="bg-brand-surface-light border-none px-2 py-0.5 w-32 text-[11px] h-7 rounded-none shadow-none text-white placeholder:text-gray-500" />
|
||||
<Input type="tel" placeholder="Phone Number" className="bg-brand-surface-light border-none px-2 py-0.5 w-32 text-[11px] h-7 rounded-none shadow-none text-white placeholder:text-gray-500" />
|
||||
</span>
|
||||
<Input type="password" placeholder="Password" className="bg-brand-surface-light border-none px-2 py-0.5 w-32 text-[11px] h-7 rounded-none shadow-none text-white placeholder:text-gray-500" />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user