Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/components/homepage/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function Hero() {
The framework so simple, you already know it.
</h2>
<p class="mt-6 text-lg sm:text-xl text-gray-700 text-balance max-w-prose">
No config files, no build step, no node_modules. Just one file and
No config files, no build step. Just one file and
you have a server with routing, JSX, and islands.
</p>
<div class="mt-12 flex flex-wrap justify-center items-stretch md:justify-start gap-4">
Expand Down
2 changes: 1 addition & 1 deletion www/components/homepage/Simple.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function Simple() {
The framework so simple, you already know it.
</h2>
<p class="text-xl text-balance max-w-prose mx-auto">
No config files, no build step, no node_modules. Just one file and you
No config files, no build step. Just one file and you
have a server with routing, JSX, and islands.
</p>
</div>
Expand Down
Loading