Skip to content

Commit

Permalink
[frontend] Update 404
Browse files Browse the repository at this point in the history
  • Loading branch information
MananGandhi1810 committed Nov 17, 2024
1 parent f91b5a1 commit 30d32f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/NoPageFound.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { CircleX } from "lucide-react";
function NoPageFound() {
return (
<div className="h-full-w-nav w-screen flex justify-center items-center flex-col">
<div className="flex flex-row gap-4">
<CircleX className="size-[40px]" />
<div className="flex flex-col items-center gap-6">
<CircleX className="size-[50px]" />
<span className="self-center text-xl">
Error 404 - Page not found
</span>
Expand Down

0 comments on commit 30d32f3

Please sign in to comment.