We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7c669 commit 139c6b2Copy full SHA for 139c6b2
src/pages/index.tsx
@@ -6,6 +6,7 @@ export default function Index() {
6
return (
7
<main>
8
<Nav title="Netlify Workshop" />
9
+
10
<section className="flex columns">
11
<div>
12
<h2>Rendering strategies</h2>
@@ -90,6 +91,10 @@ export default function Index() {
90
91
</ul>
92
</div>
93
</section>
94
+ <hr></hr>
95
+ <Link href="https://github.com/netlify/netlify-workshop/">
96
+ https://github.com/netlify/netlify-workshop/
97
+ </Link>
98
</main>
99
);
100
}
0 commit comments