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 d73d4ea commit 2f0525dCopy full SHA for 2f0525d
docs/src/components/Footer.js
@@ -20,7 +20,7 @@ export const Footer = props => {
20
</Link>
21
</li>
22
<li className="mt-4">
23
- <Link href="/examples/line">
+ <Link href="/examples/simple">
24
<a className="text-base leading-6 text-gray-500 hover:text-gray-900">
25
Examples
26
</a>
docs/src/components/Nav.js
@@ -29,7 +29,7 @@ export const Nav = () => (
29
30
</div>
31
<div>
32
33
<a className="leading-6 font-medium">Examples</a>
34
35
0 commit comments