Seva sevan 1.0
This commit is contained in:
parent
cbfa748c50
commit
4fdb17e182
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
|
||||||
File diff suppressed because one or more lines are too long
@ -38,9 +38,9 @@ export default function WebSiteHeader({ projectName }: WebSiteHeaderProps) {
|
|||||||
style ? 'md:w-auto' : 'justify-between mr-6'
|
style ? 'md:w-auto' : 'justify-between mr-6'
|
||||||
} `}
|
} `}
|
||||||
>
|
>
|
||||||
<div className='font-bold py-2 lg:mr-6 text-center md:text-left'>
|
<div className='flex items-center py-2 lg:mr-6 text-center md:text-left'>
|
||||||
{projectName}
|
<img src="https://drive.google.com/uc?export=view&id=17V9Mp9BB67rYmTcVIJ7e0iEGzKubafXq" alt="Seva sevan logo" width="40" height="40" />
|
||||||
</div>
|
</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'>
|
<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) => {
|
{webPagesNavBar.map((page, index) => {
|
||||||
const isRootRoute = router.pathname === '/';
|
const isRootRoute = router.pathname === '/';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user