change header

This commit is contained in:
Flatlogic Bot 2025-04-09 23:56:50 +00:00
parent c2c0cdc0d9
commit 14735c6127
2 changed files with 6 additions and 1 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
node_modules/
*/node_modules/
*/build/
**/node_modules/
**/build/
.DS_Store
.env

View File

@ -26,7 +26,7 @@ export default function WebSiteHeader({
<header id='websiteHeader' className='overflow-hidden'>
<div
className={` ${
design ? websiteHeder : 'bg-blue-700 bg-opacity-25'
design ? websiteHeder : 'bg-[#f3f3f3]'
} rounded-none py-4 px-6`}
>
<div className='lg:ml-16 mx-auto'>