Skip to content

Commit 89beb0e

Browse files
fix: removed cookoff banner
1 parent 038d506 commit 89beb0e

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

input.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Java is one of the most popular programming languages in the world, and many developers rely on Java for building scalable web applications, mobile apps, and enterprise systems. Over the years, Java has evolved with new versions that introduce modern features while still maintaining backward compatibility.

sample.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Java is one of the most popular programming languages in the world, and many developers rely on Java for building scalable web applications, mobile apps, and enterprise systems. Over the years, Java has evolved with new versions that introduce modern features while still maintaining backward compatibility.

src/components/Navbar.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
DropdownMenuItem,
2525
} from "@/components/ui/dropdown-menu";
2626
import { useCourses } from "@/context/courseContext";
27-
import CookoffBanner from "./CookoffBanner";
27+
//import CookoffBanner from "./CookoffBanner";
2828

2929
function Navbar() {
3030
const pathname: string = usePathname() ?? "/";
@@ -65,7 +65,9 @@ function Navbar() {
6565
title="Attention Freshers!"
6666
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."
6767
/> */}
68-
<CookoffBanner />
68+
69+
{/* <CookoffBanner /> */}
70+
6971
<div className="flex items-center justify-between bg-inherit px-4 py-4 md:px-8 md:py-5">
7072
{}
7173
<div className="relative flex items-center gap-4">

0 commit comments

Comments
 (0)