Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
alay10 committed Jun 6, 2024
1 parent 50816e0 commit ec373bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file added public/cropped-MOH-Logo-768x393.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/components/nav-bar/index.tsx
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
import Button from '@mui/material/Button';
import Divider from '@mui/material/Divider';
import { Box } from '@mui/material';
import Image from 'next/image';

export default function Navbar() {
return (
<>
<Box height={'100vh'}>
<Box display={'flex'} justifyContent={'center'} p={2}>
<img
<Image
className="rounded-md"
alt="logo"
src="https://missionofhope.org/wp-content/uploads/2023/04/cropped-MOH-Logo-768x393.png"
src="/cropped-MOH-Logo-768x393.png"
width="180"
height="100"
// style={{ marginRight: '25px' }} // Add spacing between the image and links
Expand Down

0 comments on commit ec373bb

Please sign in to comment.