Skip to content

Commit a61c16c

Browse files
committed
home page ad
1 parent 70628ba commit a61c16c

File tree

1 file changed

+26
-8
lines changed

1 file changed

+26
-8
lines changed

app/routes/_libraries/index.tsx

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import { partners } from '../../utils/partners'
1919
import OpenSourceStats from '~/components/OpenSourceStats'
2020
import splashLightImg from '~/images/splash-light.png'
2121
import splashDarkImg from '~/images/splash-dark.png'
22+
import { GadFooter } from '~/components/GoogleScripts'
2223

2324
export const textColors = [
2425
`text-rose-500`,
@@ -388,16 +389,33 @@ function Index() {
388389
<hr className="my-16 border-gray-200 dark:border-gray-500/10" />
389390
<div className={`lg:max-[400px] px-4 mx-auto`}>
390391
<div className="flex flex-col gap-4 items-center">
391-
<div className="shadow-lg rounded-lg overflow-hidden bg-white dark:bg-gray-800 dark:text-white max-w-[250px] mx-auto">
392-
<Carbon />
392+
<div className="shadow-lg rounded-lg overflow-hidden bg-white dark:bg-gray-800 dark:text-white mx-auto">
393+
<GadFooter />
393394
</div>
394-
<span
395-
className="text-[.7rem] bg-gray-500 bg-opacity-10 py-1 px-2 rounded text-gray-500
396-
dark:bg-opacity-20 self-center text-center"
395+
<div
396+
className="text-xs bg-gray-500 bg-opacity-10 py-2 px-4 rounded text-gray-500
397+
dark:bg-opacity-20 self-center text-center w-[500px] max-w-full space-y-2"
397398
>
398-
This ad helps us be happy about our invested time and not burn out
399-
and rage-quit OSS. Yay money! 😉
400-
</span>
399+
<div>
400+
<span className="font-medium italic">
401+
An ad on an open source project?
402+
</span>{' '}
403+
<span className="font-black">What is this, 1999?</span>
404+
</div>
405+
<div>
406+
<span className="font-medium italic">Please...</span> TanStack
407+
is 100% privately owned, with no paid products, venture capital,
408+
or acquisition plans. We're a small team dedicated to creating
409+
software used by millions daily. What did you expect?
410+
</div>
411+
<div>
412+
<Link to="/ethos" className="text-gray-500 font-bold underline">
413+
Check out our ethos
414+
</Link>{' '}
415+
to learn more about how we plan on sticking around (and staying
416+
relevant) for the long-haul.
417+
</div>
418+
</div>
401419
</div>
402420
</div>
403421
<hr className="my-16 border-gray-200 dark:border-gray-500/10" />

0 commit comments

Comments
 (0)