Skip to content

Commit 9b19609

Browse files
committed
chore: update the msg
1 parent 6b3eee3 commit 9b19609

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/web/src/components/landing-sections/Hero.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const Hero = () => {
7777
variants={itemVariants}
7878
className="text-5xl text-[2.8rem] lg:text-7xl lg:text-[6rem] font-medium tracking-tighter [will-change:transform,opacity] motion-reduce:transition-none motion-reduce:transform-none"
7979
>
80-
Find your perfect Open-Source Repo
80+
Only platform you need to get into Open Source
8181
</motion.h1>
8282
<motion.p
8383
initial={{ opacity: 0, y: 30, filter: "blur(10px)" }}
@@ -90,8 +90,8 @@ const Hero = () => {
9090
}}
9191
className="w-full lg:text-2xl tracking-tight font-light sm:max-w-lg mx-auto lg:max-w-4xl lg:text-balance text-text-secondary"
9292
>
93-
Find top open-source repos in seconds. Filter by your language,
94-
framework, or niche. Start contributing in seconds, not hours.
93+
Find suitabe OSS repos in seconds. learn the basics,
94+
get the mentorship for OSS opportunities, GSoC, etc, and start making progress from today itself.
9595
</motion.p>
9696
</motion.div>
9797
<motion.div

apps/web/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"moduleResolution": "bundler",
1616
"resolveJsonModule": true,
1717
"isolatedModules": true,
18-
"jsx": "preserve",
18+
"jsx": "react-jsx",
1919
"incremental": true,
2020
"plugins": [
2121
{

0 commit comments

Comments
 (0)