Skip to content

Commit 1a942c5

Browse files
react-routerで管理されないものなので修正
1 parent d6f2271 commit 1a942c5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

atcoder-problems-frontend/src/components/NavigationBar.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ export const NavigationBar = () => {
9393
</NavItem>
9494

9595
<NavItem>
96-
<NavLink tag={RouterLink} to="/book/index.html">
96+
<NavLink
97+
href="/book/index.html"
98+
target="_blank"
99+
rel="noopener noreferrer"
100+
>
97101
User Guide
98102
</NavLink>
99103
</NavItem>

0 commit comments

Comments
 (0)