Skip to content

Commit 1c987d3

Browse files
committed
fix frontend issue
1 parent 15efbdb commit 1c987d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function Navbar() {
1717
return (
1818
<header>
1919
<nav className="container flex items-center justify-between shadow-md p-2 mx-auto navbar">
20-
<Link to="/PostPal-Intelligent-Photo-Selector/">PostPal</Link>
20+
<Link to="/">PostPal</Link>
2121
<Link
2222
to={user ? "/dashboard" : "/login"}
2323
className="border-[1px] bg-gray-300 rounded-full login-btn h-10 w-10"

0 commit comments

Comments
 (0)