mobile navbar text per owner

This commit is contained in:
null 2026-05-27 21:04:30 -05:00
parent 033bdf6625
commit f59d053afd
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ const Header = () => {
alt="Queue North Technologies" alt="Queue North Technologies"
className="brand-logo-on-dark h-12 md:h-16 w-auto flex-shrink-0" className="brand-logo-on-dark h-12 md:h-16 w-auto flex-shrink-0"
/> />
<span className="font-bold text-xl lg:text-2xl text-white hidden sm:block tracking-tight">Queue North Technologies</span> <span className="font-bold text-sm sm:text-xl lg:text-2xl text-white whitespace-nowrap tracking-tight">Queue North Technologies</span>
</Link> </Link>
</div> </div>