Skip to content

Commit

Permalink
Merge pull request #6 from aulianza/fix/improve
Browse files Browse the repository at this point in the history
fix: image missing
  • Loading branch information
aulianza authored Aug 31, 2023
2 parents e3e463b + cf72890 commit 909d625
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file removed public/images/wise.png
Binary file not shown.
Binary file added public/images/wise.webp
Binary file not shown.
1 change: 1 addition & 0 deletions src/common/components/PageWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const PageWrapper = ({ children }: { children: React.ReactNode }) => {
duration: 800,
delay: 50,
disable: "mobile",
once: true,
});
}, []);

Expand Down

0 comments on commit 909d625

Please sign in to comment.