Skip to content

Commit 8e0bdfe

Browse files
committed
www: remove claim that node_modules is not necessary
1 parent 71e849c commit 8e0bdfe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

www/components/homepage/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function Hero() {
1414
The framework so simple, you already know it.
1515
</h2>
1616
<p class="mt-6 text-lg sm:text-xl text-gray-700 text-balance max-w-prose">
17-
No config files, no build step, no node_modules. Just one file and
17+
No config files, no build step. Just one file and
1818
you have a server with routing, JSX, and islands.
1919
</p>
2020
<div class="mt-12 flex flex-wrap justify-center items-stretch md:justify-start gap-4">

www/components/homepage/Simple.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function Simple() {
4444
The framework so simple, you already know it.
4545
</h2>
4646
<p class="text-xl text-balance max-w-prose mx-auto">
47-
No config files, no build step, no node_modules. Just one file and you
47+
No config files, no build step. Just one file and you
4848
have a server with routing, JSX, and islands.
4949
</p>
5050
</div>

0 commit comments

Comments
 (0)