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 c90dcf2 commit 1019239Copy full SHA for 1019239
src/components/Hero.tsx
@@ -51,19 +51,19 @@ export function Hero() {
51
>
52
Try it online (experimental)
53
</a>
54
+ <Link
55
+ href="/docs/manual"
56
+ className="text-base font-semibold leading-7 text-gray-900"
57
+ >
58
+ Read the manual <span aria-hidden="true">→</span>
59
+ </Link>
60
<a
61
href="https://arxiv.org/pdf/2301.02410"
62
target="_blank"
63
className="text-base font-semibold leading-7 text-gray-900"
64
65
Read our paper <span aria-hidden="true">→</span>
66
- <Link
- href="/docs/manual"
- className="text-base font-semibold leading-7 text-gray-900"
- >
- Read the manual <span aria-hidden="true">→</span>
- </Link>
67
{/* <a
68
href="https://github.com/codepod-io/codepod"
69
0 commit comments