fix: correct app description text and adjust header styling for better visibility

This commit is contained in:
Ardeman 2025-03-04 03:41:02 +08:00
parent 256c07a2b9
commit a9b9b76ef2
2 changed files with 2 additions and 5 deletions

View File

@ -2,7 +2,7 @@ import { MENU as ADMIN_MENU } from '~/layouts/admin/menu'
export const APP = {
title: 'LegalGo',
description: 'Legalgo Platform Berita Dunia dan Indonesia.',
description: 'LegalGo Platform Berita Dunia dan Indonesia.',
logo: '/images/logo.png',
}

View File

@ -23,13 +23,10 @@ export const HeaderTop = () => {
className="h-3/4 w-auto sm:h-full"
/>
</Link>
<div className="hidden h-full items-center py-1.5 font-light whitespace-pre-line sm:flex">
<div className="hidden h-full items-center py-1.5 text-2xl font-light whitespace-pre-line sm:flex">
{APP.description}
</div>
<div className="flex items-center gap-[15px]">
<Button className="h-8 w-auto rounded-none px-3 text-xs sm:h-[50px] sm:w-[150px] sm:text-lg">
About Us
</Button>
{userData ? (
<fetcher.Form
method="POST"