Seva sevan 1.0

This commit is contained in:
Flatlogic Bot 2025-05-24 11:48:12 +00:00
parent cbfa748c50
commit 4fdb17e182
3 changed files with 11 additions and 7 deletions

5
.gitignore vendored
View File

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

File diff suppressed because one or more lines are too long

View File

@ -38,8 +38,8 @@ export default function WebSiteHeader({ projectName }: WebSiteHeaderProps) {
style ? 'md:w-auto' : 'justify-between mr-6'
} `}
>
<div className='font-bold py-2 lg:mr-6 text-center md:text-left'>
{projectName}
<div className='flex items-center py-2 lg:mr-6 text-center md:text-left'>
<img src="https://drive.google.com/uc?export=view&id=17V9Mp9BB67rYmTcVIJ7e0iEGzKubafXq" alt="Seva sevan logo" width="40" height="40" />
</div>
<div className='py-6 md:py-0 flex flex-col md:flex-row w-full md:w-auto space-y-4 md:space-y-0 md:space-x-4'>
{webPagesNavBar.map((page, index) => {