Skip to content

Commit 1019239

Browse files
committed
put manual link before paper
1 parent c90dcf2 commit 1019239

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/Hero.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@ export function Hero() {
5151
>
5252
Try it online (experimental)
5353
</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>
5460
<a
5561
href="https://arxiv.org/pdf/2301.02410"
5662
target="_blank"
5763
className="text-base font-semibold leading-7 text-gray-900"
5864
>
5965
Read our paper <span aria-hidden="true"></span>
6066
</a>
61-
<Link
62-
href="/docs/manual"
63-
className="text-base font-semibold leading-7 text-gray-900"
64-
>
65-
Read the manual <span aria-hidden="true"></span>
66-
</Link>
6767
{/* <a
6868
href="https://github.com/codepod-io/codepod"
6969
target="_blank"

0 commit comments

Comments
 (0)