Skip to content

Commit 1d43e2b

Browse files
Merge branch 'aarushi/cookoffbanner' of https://github.com/aarushi-patidar/papers-codechef into aarushi/cookoffbanner
2 parents cc1e465 + 9aef412 commit 1d43e2b

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

src/components/Navbar.tsx

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,9 @@ import {
2424
DropdownMenuItem,
2525
} from "@/components/ui/dropdown-menu";
2626
import { useCourses } from "@/context/courseContext";
27-
<<<<<<< HEAD
28-
//import CookoffBanner from "./CookoffBanner";
29-
=======
3027
import PinnedModal from "./ui/PinnedModal";
3128
import RequestModal from "./ui/RequestModal";
32-
>>>>>>> 9aef412fa4af29e2d832e504ff9a7ec10b083308
29+
//import CookoffBanner from "./CookoffBanner";
3330

3431
function Navbar() {
3532
const pathname: string = usePathname() ?? "/";
@@ -66,22 +63,17 @@ function Navbar() {
6663

6764
return (
6865
<div className="sticky top-0 z-[50] w-full bg-[#B2B8FF] dark:bg-[#130E1F]">
69-
<Banner
66+
{/*<Banner
7067
bannerId="freshers"
7168
bgColor="#fef3c7"
7269
textColor="#5a3000"
7370
iconColor="#d97706"
7471
accentColor="#78350f"
7572
title="Attention Freshers!"
7673
message="If papers for your subject are not yet available, click on your subject and explore related subjects until papers become available, as these are newly introduced courses."
77-
<<<<<<< HEAD
78-
/> */}
79-
74+
/>*/}
8075
{/* <CookoffBanner /> */}
8176

82-
=======
83-
/>
84-
>>>>>>> 9aef412fa4af29e2d832e504ff9a7ec10b083308
8577
<div className="flex items-center justify-between bg-inherit px-4 py-4 md:px-8 md:py-5">
8678
{}
8779
<div className="relative flex items-center gap-4">

0 commit comments

Comments
 (0)