Skip to content

Commit 694a495

Browse files
committed
Updated for new version of next.js
1 parent 89c939b commit 694a495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/_app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ function MyApp({ Component, pageProps }) {
1313
<div className="top-bar">
1414
<div className="nav">
1515
<Link href="/">
16-
<a>Home</a>
16+
Home
1717
</Link>
1818
<Link href="/new">
19-
<a>Add Pet</a>
19+
Add Pet
2020
</Link>
2121
</div>
2222

0 commit comments

Comments
 (0)