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 a360e08 commit b6ad9aeCopy full SHA for b6ad9ae
1 file changed
src/components/LandingPage.res
@@ -12,7 +12,7 @@ module Intro = {
12
{React.string("JavaScript Made Simple for Humans and AI")}
13
</h1>
14
<h2 className="ubuntu-mono-bold hl-1 text-center text-gray-60 my-4 max-w-md">
15
- {React.string(`types > vibes`)}
+ {React.string(`Types > Vibes`)}
16
</h2>
17
<p className="body-lg text-center text-gray-60 mt-4 max-w-md">
18
{React.string(`ReScript is a strongly typed language that compiles to clean,
0 commit comments