Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmallol committed Apr 30, 2020
1 parent bc34816 commit e00912b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Nav = () => {
return (
<nav className={styles.nav}>
<Link href="/">
<a>Karesansui</a>
<a>Kare sansui</a>
</Link>
<Link href="/about">
<a>About</a>
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function HomePage() {
return (
<>
<Head>
<title>Karesansui</title>
<title>Kare sansui</title>
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="https://use.typekit.net/dtf5pvb.css" />
</Head>
Expand Down

0 comments on commit e00912b

Please sign in to comment.