error order update
This commit is contained in:
@@ -144,32 +144,56 @@ const Navbar = () => {
|
||||
|
||||
{/* Ijtimoiy tarmoqlar */}
|
||||
<li className="text-white hover:text-white/80 transition-colors cursor-pointer">
|
||||
<a href={'#'} className="flex items-center gap-2">
|
||||
<a
|
||||
href={'#'}
|
||||
className="flex items-center gap-2"
|
||||
aria-label="telegram"
|
||||
>
|
||||
<Send className="size-4" />
|
||||
</a>
|
||||
</li>
|
||||
<li className="text-white hover:text-white/80 transition-colors cursor-pointer">
|
||||
<a href={'#'} className="flex items-center gap-2">
|
||||
<a
|
||||
href={'#'}
|
||||
className="flex items-center gap-2"
|
||||
aria-label="Instagram"
|
||||
>
|
||||
<Instagram className="size-4" />
|
||||
</a>
|
||||
</li>
|
||||
<li className="text-white hover:text-white/80 transition-colors cursor-pointer">
|
||||
<a href={'#'} className="flex items-center gap-2">
|
||||
<a
|
||||
href={'#'}
|
||||
className="flex items-center gap-2"
|
||||
aria-label="Facebook"
|
||||
>
|
||||
<Facebook className="size-4" />
|
||||
</a>
|
||||
</li>
|
||||
<li className="text-white hover:text-white/80 transition-colors cursor-pointer">
|
||||
<a href={'#'} className="flex items-center gap-2">
|
||||
<a
|
||||
href={'#'}
|
||||
className="flex items-center gap-2"
|
||||
aria-label="Twitter"
|
||||
>
|
||||
<Twitter className="size-4" />
|
||||
</a>
|
||||
</li>
|
||||
<li className="text-white hover:text-white/80 transition-colors cursor-pointer">
|
||||
<a href={'#'} className="flex items-center gap-2">
|
||||
<a
|
||||
href={'#'}
|
||||
className="flex items-center gap-2"
|
||||
aria-label="Mail"
|
||||
>
|
||||
<Mail className="size-4" />
|
||||
</a>
|
||||
</li>
|
||||
<li className="text-white hover:text-white/80 transition-colors cursor-pointer">
|
||||
<a href={'tel:+998901234567'} className="flex items-center gap-2">
|
||||
<a
|
||||
href={'tel:+998901234567'}
|
||||
className="flex items-center gap-2"
|
||||
aria-label="Phone"
|
||||
>
|
||||
<Phone className="size-4" />
|
||||
<p>{formatPhone('+998901234567')}</p>
|
||||
</a>
|
||||
@@ -404,6 +428,7 @@ const Navbar = () => {
|
||||
variant={'ghost'}
|
||||
className="h-10 max-lg:hidden cursor-pointer border border-slate-200"
|
||||
onClick={() => router.push('/favourite')}
|
||||
aria-label="my favouurite product"
|
||||
>
|
||||
<Heart className="size-4 text-foreground" />
|
||||
</Button>
|
||||
@@ -427,6 +452,7 @@ const Navbar = () => {
|
||||
router.push('/auth');
|
||||
}
|
||||
}}
|
||||
aria-label="my account"
|
||||
className="h-10 max-lg:hidden cursor-pointer border border-slate-200"
|
||||
>
|
||||
<User className="size-4 text-foreground" />
|
||||
|
||||
Reference in New Issue
Block a user