Skip to content

Commit c7e4f26

Browse files
Merge pull request #407 from aarushi-patidar/aarushi/cookoffbanner
fix: removed cookoff banner
2 parents 9aef412 + 4d009ee commit c7e4f26

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/components/Navbar.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import {
2626
import { useCourses } from "@/context/courseContext";
2727
import PinnedModal from "./ui/PinnedModal";
2828
import RequestModal from "./ui/RequestModal";
29+
//import CookoffBanner from "./CookoffBanner";
2930

3031
function Navbar() {
3132
const pathname: string = usePathname() ?? "/";
@@ -62,15 +63,17 @@ function Navbar() {
6263

6364
return (
6465
<div className="sticky top-0 z-[50] w-full bg-[#B2B8FF] dark:bg-[#130E1F]">
65-
<Banner
66+
{/*<Banner
6667
bannerId="freshers"
6768
bgColor="#fef3c7"
6869
textColor="#5a3000"
6970
iconColor="#d97706"
7071
accentColor="#78350f"
7172
title="Attention Freshers!"
7273
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."
73-
/>
74+
/>*/}
75+
{/* <CookoffBanner /> */}
76+
7477
<div className="flex items-center justify-between bg-inherit px-4 py-4 md:px-8 md:py-5">
7578
{}
7679
<div className="relative flex items-center gap-4">

0 commit comments

Comments
 (0)