Skip to content

Commit 9036281

Browse files
redbugzjoeycozza
authored andcommitted
Update template to fix routing for home link (#88)
1 parent 2f00c32 commit 9036281

File tree

1 file changed

+1
-1
lines changed
  • packages/react-scripts/template/src/components

1 file changed

+1
-1
lines changed

packages/react-scripts/template/src/components/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function App() {
99
return (
1010
<>
1111
<Subnav>
12-
<Link to="/">
12+
<Link to="./">
1313
<Trans i18nKey="nav.home">Home</Trans>
1414
</Link>
1515
<Link to="user">

0 commit comments

Comments
 (0)