Skip to content

Commit

Permalink
Merge pull request #194 from khushijohri2001/navbar-DSA-button-style
Browse files Browse the repository at this point in the history
Navbar dsa button style
  • Loading branch information
Vishal-raj-1 authored Oct 13, 2023
2 parents a86cf5f + 35fadbe commit 0be2d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/layout/main-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function MainNav({ items, children }: MainNavProps) {
href={item.href}
key={index}
className={cn(
"flex items-center font-medium transition-colors hover:text-foreground/80 sm:text-sm capitalize text-foreground/60"
"flex items-center font-medium transition-colors hover:text-foreground/80 sm:text-sm text-foreground/60"
)}
>
{item.title}
Expand Down
2 changes: 1 addition & 1 deletion config/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const navConfig: NavItem[] = [
href: "/batch/learn/html/basic",
},
{
title: "DSA IN JS",
title: "DSA in JS",
href: "/batch/dsa/loops",
},
{
Expand Down

0 comments on commit 0be2d91

Please sign in to comment.