Skip to content

Commit 139c6b2

Browse files
committed
added link
1 parent 0b7c669 commit 139c6b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/pages/index.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default function Index() {
66
return (
77
<main>
88
<Nav title="Netlify Workshop" />
9+
910
<section className="flex columns">
1011
<div>
1112
<h2>Rendering strategies</h2>
@@ -90,6 +91,10 @@ export default function Index() {
9091
</ul>
9192
</div>
9293
</section>
94+
<hr></hr>
95+
<Link href="https://github.com/netlify/netlify-workshop/">
96+
https://github.com/netlify/netlify-workshop/
97+
</Link>
9398
</main>
9499
);
95100
}

0 commit comments

Comments
 (0)