Skip to content

Commit 4c61cce

Browse files
authored
Change out John for Octocat
1 parent 8aa1ab6 commit 4c61cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/header/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const Header = () => (
88
<nav>
99
<Link activeClassName={style.active} href="/">Home</Link>
1010
<Link activeClassName={style.active} href="/profile">Me</Link>
11-
<Link activeClassName={style.active} href="/profile/john">John</Link>
11+
<Link activeClassName={style.active} href="/profile/octocat">Octocat</Link>
1212
</nav>
1313
</header>
1414
);

0 commit comments

Comments
 (0)