Skip to content

Commit 5febfde

Browse files
committed
fix bad landing page gad resolution
1 parent c555de7 commit 5febfde

1 file changed

Lines changed: 8 additions & 22 deletions

File tree

src/components/LandingPageGad.tsx

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,14 @@ export default function LandingPageGad() {
2727
software used by millions daily. What did you expect?
2828
</div>
2929
<div>
30-
<div>
31-
<span className="font-medium italic">
32-
An ad on an open source project?
33-
</span>{' '}
34-
<span className="font-black">What is this, 1999?</span>
35-
</div>
36-
<div>
37-
<span className="font-medium italic">Please...</span> TanStack
38-
is 100% privately owned, with no paid products, venture capital,
39-
or acquisition plans. We're a small team dedicated to creating
40-
software used by millions daily. What did you expect?
41-
</div>
42-
<div>
43-
<Link
44-
to="/ethos"
45-
className="text-gray-600 dark:text-gray-200 font-bold underline"
46-
>
47-
Check out our ethos
48-
</Link>{' '}
49-
to learn more about how we plan on sticking around (and staying
50-
relevant) for the long-haul.
51-
</div>
30+
<Link
31+
to="/ethos"
32+
className="text-gray-600 dark:text-gray-200 font-bold underline"
33+
>
34+
Check out our ethos
35+
</Link>{' '}
36+
to learn more about how we plan on sticking around (and staying
37+
relevant) for the long-haul.
5238
</div>
5339
</div>
5440
</div>

0 commit comments

Comments
 (0)