Skip to content

Commit

Permalink
feat: facepalm
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Heilemann committed Feb 12, 2020
1 parent 340af95 commit 328c52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Navigation = () => {
<ul>
{menuLinks.map(({ name, link }, index) => (
<li key={index}>
{link.contains('http') ? (
{link.includes('http') ? (
<a
href={link}
rel="noopener noreferrer"
Expand Down

0 comments on commit 328c52b

Please sign in to comment.