[WEB-5170] feat: navigation revamp (#8162)

This commit is contained in:
Anmol Singh Bhatia 2025-11-26 12:56:11 +05:30 committed by GitHub
parent 37c59ef0d1
commit 4806bdf99c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
110 changed files with 3789 additions and 766 deletions

View file

@ -57,7 +57,7 @@ function RightItem(props: HeaderProps) {
return (
<div
className={cn(
"flex justify-end gap-3 w-auto items-start",
"flex justify-end gap-3 w-auto items-center",
{
"items-baseline": variant === EHeaderVariant.TERNARY,
},