Skip to content

Commit

Permalink
Update NavbarItem.js
Browse files Browse the repository at this point in the history
sailaja-adapa authored Jul 21, 2024
1 parent e60dacc commit a4bcd52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/Component/Navbar/NavbarItem.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from "react";
import { Link } from "react-router-dom";

function NavbarItem({ description, to }) {
return (
<Link to={to} className="Link nav-link active" aria-current="page">

0 comments on commit a4bcd52

Please sign in to comment.