Skip to content

Commit 339629c

Browse files
author
Ritika Mishra
committed
fixed issues occuring in deployment
1 parent 8bb3a92 commit 339629c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/not-found.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Link from "next/link";
66
const FourOFourPage = async () => {
77
return (
88
<div className="">
9-
<Navbar />
9+
<Navbar isDisplay={true}/>
1010
<div className="flex flex-col min-h-[85vh] mx-auto justify-center items-center size-full">
1111
<div className="text-center py-10 px-4 sm:px-6 lg:px-8">
1212
<h1 className="text-7xl font-bold sm:text-9xl text-primary">404</h1>

0 commit comments

Comments
 (0)