Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aaf2f81

Browse files
committedNov 6, 2024·
Vercel test
1 parent 82fc59f commit aaf2f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/layouts/LandingPageLayout.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module Intro = {
1313
</h2>
1414
<div className="mt-4 mb-2">
1515
<Next.Link href="/docs/manual/latest/installation" passHref={true}>
16-
<Button> {React.string("Get started")} </Button>
16+
<Button> {React.string("Get started!")} </Button>
1717
</Next.Link>
1818
</div>
1919
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.