Skip to content

Commit 0430144

Browse files
committedOct 6, 2024
fix: copy
1 parent 83dedb4 commit 0430144

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎app/components/hero-section.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ export async function HeroSection() {
1111
return (
1212
<div class="mx-auto max-w-5xl pb-24 py-10 sm:pb-32 px-4 md:px-8 mt-20 lg:mt-26">
1313
<h1 class="text-7xl md:text-8xl font-bold tracking-tight text-base-content text-center">
14-
Simple Fullstack <br />
15-
Web Apps <br />
16-
For Typescript
14+
Fullstack Web Apps For Typescript
1715
</h1>
1816
<div class="mx-auto max-w-xl flex justify-center items-center space-x-2 mt-12">
1917
<a

0 commit comments

Comments
 (0)