Skip to content

Commit

Permalink
Update Navbar.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sanidhyy authored Oct 1, 2023
1 parent 3762e63 commit 40acaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const Navbar = ({ user, isSidebarOpen, setIsSidebarOpen }) => {
<IconButton
onClick={() =>
window.open(
"http://www.github.com/Technical-Shubham-tech/mern-admin/",
"http://www.github.com/sanidhyy/mern-admin/",
"_blank"
)
}
Expand Down

0 comments on commit 40acaad

Please sign in to comment.