Skip to content

Commit

Permalink
Title Change
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaynegi45 committed Sep 23, 2024
1 parent 4c5750b commit cf1ffff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/ui/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ export default function Navbar() {
<div className={styles["navbar-container"]}>
<nav className={styles["navbar"]}>
<Link href="/" className={styles["heading"]}>
<h3 className={styles["title"]}>DAGADI</h3>

{/*<h3 className={styles["title"]}>UTTARAKHAND CULTURE</h3>*/}
<h3 className={styles["title"]}>UTTARAKHAND CULTURE</h3>
</Link>
<Link href="/" className={styles.link}>LOGIN</Link>
</nav>
Expand Down

0 comments on commit cf1ffff

Please sign in to comment.