change header
This commit is contained in:
parent
c2c0cdc0d9
commit
14735c6127
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
*/node_modules/
|
*/node_modules/
|
||||||
*/build/
|
*/build/
|
||||||
|
|
||||||
|
**/node_modules/
|
||||||
|
**/build/
|
||||||
|
.DS_Store
|
||||||
|
.env
|
||||||
@ -26,7 +26,7 @@ export default function WebSiteHeader({
|
|||||||
<header id='websiteHeader' className='overflow-hidden'>
|
<header id='websiteHeader' className='overflow-hidden'>
|
||||||
<div
|
<div
|
||||||
className={` ${
|
className={` ${
|
||||||
design ? websiteHeder : 'bg-blue-700 bg-opacity-25'
|
design ? websiteHeder : 'bg-[#f3f3f3]'
|
||||||
} rounded-none py-4 px-6`}
|
} rounded-none py-4 px-6`}
|
||||||
>
|
>
|
||||||
<div className='lg:ml-16 mx-auto'>
|
<div className='lg:ml-16 mx-auto'>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user