Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Feb 10, 2024
1 parent 04c7faf commit 012a3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/boilerplate-app/src/modules/Status404Page/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export const Status404Page = () => {
return (
<div className="mt-3 flex-col justify-center content-center items-center text-center">
<div className="mt-28 text-center">
<div className="text-xl ">404</div>
<div className="text-lg mt-1 mb-2">Page not found</div>
<img src="/assets/missing-piece.png" alt="404 page" className="w-40" />
<img src="/assets/missing-piece.png" alt="404 page" className="mx-auto w-40" />
</div>
);
};

0 comments on commit 012a3fa

Please sign in to comment.