Skip to content

Commit b6ad9ae

Browse files
committed
fix casing
1 parent a360e08 commit b6ad9ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/LandingPage.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module Intro = {
1212
{React.string("JavaScript Made Simple for Humans and AI")}
1313
</h1>
1414
<h2 className="ubuntu-mono-bold hl-1 text-center text-gray-60 my-4 max-w-md">
15-
{React.string(`types > vibes`)}
15+
{React.string(`Types > Vibes`)}
1616
</h2>
1717
<p className="body-lg text-center text-gray-60 mt-4 max-w-md">
1818
{React.string(`ReScript is a strongly typed language that compiles to clean,

0 commit comments

Comments
 (0)