Skip to content

Commit

Permalink
updates m4n goals image
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Sep 12, 2024
1 parent f4b0a02 commit 9ebe081
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file added public/images/m4n-goals.avif
Binary file not shown.
Binary file removed public/images/m4n-goals.webp
Binary file not shown.
6 changes: 4 additions & 2 deletions src/containers/home/goals/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import {
} from '@/components/ui/dialog';
import Wrapper from '@/components/ui/wrapper';

import M4NGoals from '../../../../public/images/m4n-goals.avif';

export default function Goals() {
return (
<div className="bg-grey-800">
Expand Down Expand Up @@ -64,8 +66,8 @@ export default function Goals() {
/>
</div>
</div>
<div className="mt-8">
<Image src="/images/m4n-goals.webp" alt="m4n-goals" width={1974} height={1347} />
<div className="mt-8 flex justify-center">
<Image src={M4NGoals} alt="m4n-goals" width={987} height={625} />
</div>
</Wrapper>
</div>
Expand Down

0 comments on commit 9ebe081

Please sign in to comment.