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 06eb360 commit 2702a33Copy full SHA for 2702a33
1 file changed
src/components/LandingPage.res
@@ -9,7 +9,7 @@ module Intro = {
9
/>
10
<div className="max-w-1060 flex flex-col items-center px-5 sm:px-8 lg:box-content">
11
<h1 className="hl-title text-center max-w-212">
12
- {React.string("Typed JavaScript Made Simple for Humans and AI")}
+ {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`)}
0 commit comments