style: update header title to uppercase for improved readability
This commit is contained in:
parent
86e87998bd
commit
86ee6abef7
@ -23,7 +23,7 @@ export const HeaderTop = () => {
|
||||
className="h-3/4 w-auto sm:h-full"
|
||||
/>
|
||||
</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}
|
||||
</h1>
|
||||
<div className="flex items-center gap-[15px]">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user