style: update header title to uppercase for improved readability

This commit is contained in:
Ardeman 2025-03-12 21:45:45 +08:00
parent 86e87998bd
commit 86ee6abef7

View File

@ -23,7 +23,7 @@ export const HeaderTop = () => {
className="h-3/4 w-auto sm:h-full" className="h-3/4 w-auto sm:h-full"
/> />
</Link> </Link>
<h1 className="hidden h-full items-center py-1.5 text-4xl font-extrabold whitespace-pre-line text-[#2E2F7C] sm:flex"> <h1 className="hidden h-full items-center py-1.5 text-4xl font-extrabold whitespace-pre-line text-[#2E2F7C] uppercase sm:flex">
{APP.description} {APP.description}
</h1> </h1>
<div className="flex items-center gap-[15px]"> <div className="flex items-center gap-[15px]">