Skip to content

Commit 1b112d6

Browse files
committed
Fix home page redirect
1 parent f246626 commit 1b112d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const Main = ({ updateProblem }) => {
3939
return (
4040
<div className="main">
4141
<Navbar>
42-
<NavbarBrand href="/">Leetcode Solutions</NavbarBrand>
42+
<NavbarBrand href="./">Leetcode Solutions</NavbarBrand>
4343
<NavbarText>
4444
<a
4545
href="https://www.github.com/temanisparsh/leetcode"

0 commit comments

Comments
 (0)