Skip to content

Commit

Permalink
fix: fixing metadata file, adding new image and fixing size of the image
Browse files Browse the repository at this point in the history
  • Loading branch information
GrowthToBetter committed Jan 6, 2025
1 parent 8a99908 commit df43aab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Binary file added public/images/thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions src/app/(form)/form/[id]/alreadysubmit/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ export default function AlreadySubmit() {
<SectionWrapper id="success">
<div className="flex flex-col justify-center items-center gap-20">
<Image
src={"/images/thumb.svg"}
alt={"success"}
width={460}
height={244}
src={"/images/thumb.png"}
alt={"thumb"}
width={260}
height={144}
priority
/>
<div className="flex flex-col items-center justify-center">
<div className="mb-11 text-center">
Expand Down

0 comments on commit df43aab

Please sign in to comment.