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 82fc59f commit aaf2f81Copy full SHA for aaf2f81
src/layouts/LandingPageLayout.res
@@ -13,7 +13,7 @@ module Intro = {
13
</h2>
14
<div className="mt-4 mb-2">
15
<Next.Link href="/docs/manual/latest/installation" passHref={true}>
16
- <Button> {React.string("Get started")} </Button>
+ <Button> {React.string("Get started!")} </Button>
17
</Next.Link>
18
</div>
19
0 commit comments