Skip to content

Commit affe289

Browse files
committed
Who put these hr's here...
1 parent 09b636d commit affe289

File tree

1 file changed

+49
-49
lines changed

1 file changed

+49
-49
lines changed

src/routes/_libraries/index.tsx

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -91,61 +91,61 @@ function Index() {
9191
src={toyPalmChair}
9292
className="-bottom-[50px] -right-[100px] z-0 fixed opacity-20"
9393
/> */}
94-
<div className="max-w-full z-10">
95-
<div className="flex flex-col xl:flex-row items-center gap-4 xl:pt-24 xl:justify-center">
96-
<img
97-
src={splashLightImg}
98-
className="w-[300px] pt-8 xl:pt-0 xl:w-[400px] 2xl:w-[500px] dark:hidden"
99-
alt="TanStack Logo"
100-
/>
101-
<img
102-
src={splashDarkImg}
103-
className="w-[300px] pt-8 xl:pt-0 xl:w-[400px] 2xl:w-[500px] hidden dark:block"
104-
alt="TanStack Logo"
105-
/>
106-
<div className="flex flex-col items-center gap-6 text-center px-4 xl:text-left xl:items-start">
107-
<div className="flex gap-2 lg:gap-4 items-center">
108-
<h1
109-
className={`inline-block
94+
<div className="max-w-full z-10 space-y-24">
95+
<div className="space-y-8">
96+
<div className="flex flex-col xl:flex-row items-center gap-4 xl:pt-24 xl:justify-center">
97+
<img
98+
src={splashLightImg}
99+
className="w-[300px] pt-8 xl:pt-0 xl:w-[400px] 2xl:w-[500px] dark:hidden"
100+
alt="TanStack Logo"
101+
/>
102+
<img
103+
src={splashDarkImg}
104+
className="w-[300px] pt-8 xl:pt-0 xl:w-[400px] 2xl:w-[500px] hidden dark:block"
105+
alt="TanStack Logo"
106+
/>
107+
<div className="flex flex-col items-center gap-6 text-center px-4 xl:text-left xl:items-start">
108+
<div className="flex gap-2 lg:gap-4 items-center">
109+
<h1
110+
className={`inline-block
110111
font-black text-5xl
111112
md:text-6xl
112113
lg:text-8xl`}
113-
>
114-
<span
115-
className={`
114+
>
115+
<span
116+
className={`
116117
inline-block text-black dark:text-white
117118
mb-2 uppercase [letter-spacing:-.04em] pr-1.5
118119
`}
119-
>
120-
TanStack
121-
</span>
122-
</h1>
123-
</div>
124-
<h2
125-
className="font-bold text-2xl max-w-md
120+
>
121+
TanStack
122+
</span>
123+
</h1>
124+
</div>
125+
<h2
126+
className="font-bold text-2xl max-w-md
126127
md:text-4xl md:max-w-2xl
127128
2xl:text-5xl lg:max-w-2xl text-balance"
128-
>
129-
High-quality open-source software for{' '}
130-
<span className="underline decoration-dashed decoration-yellow-500 decoration-3 underline-offset-2">
131-
web developers.
132-
</span>
133-
</h2>
134-
<p
135-
className="text opacity-90 max-w-sm
129+
>
130+
High-quality open-source software for{' '}
131+
<span className="underline decoration-dashed decoration-yellow-500 decoration-3 underline-offset-2">
132+
web developers.
133+
</span>
134+
</h2>
135+
<p
136+
className="text opacity-90 max-w-sm
136137
lg:text-xl lg:max-w-2xl text-balance"
137-
>
138-
Headless, type-safe, & powerful utilities for Web Applications,
139-
Routing, State Management, Data Visualization, Datagrids/Tables,
140-
and more.
141-
</p>
138+
>
139+
Headless, type-safe, & powerful utilities for Web Applications,
140+
Routing, State Management, Data Visualization, Datagrids/Tables,
141+
and more.
142+
</p>
143+
</div>
144+
</div>
145+
<div className="w-fit mx-auto px-4">
146+
<OpenSourceStats />
142147
</div>
143148
</div>
144-
<div className="my-16" />
145-
<div className="w-fit mx-auto px-4">
146-
<OpenSourceStats />
147-
</div>
148-
<div className="my-16" />
149149
<div className="px-4 lg:max-w-screen-lg md:mx-auto">
150150
<h3 className={`text-4xl font-light`}>Open Source Libraries</h3>
151151

@@ -290,7 +290,7 @@ function Index() {
290290
)
291291
)}
292292
</div>
293-
<hr className="my-16 border-gray-200 dark:border-gray-500/10" />
293+
294294
<div className="px-4 lg:max-w-screen-lg md:mx-auto">
295295
<h3 className={`text-4xl font-light mb-6`}>Partners</h3>
296296
<div className={`grid grid-cols-1 gap-6 sm:grid-cols-2`}>
@@ -314,7 +314,7 @@ function Index() {
314314
})}
315315
</div>
316316
</div>
317-
<hr className="my-16 border-gray-200 dark:border-gray-500/10" />
317+
318318
<div className={`lg:max-w-screen-lg px-4 mx-auto`}>
319319
<h3 className={`text-4xl font-light mb-6`}>Courses</h3>
320320
<div className={`mt-4 grid grid-cols-1 gap-4`}>
@@ -348,7 +348,7 @@ function Index() {
348348
))}
349349
</div>
350350
</div>
351-
<hr className="my-16 border-gray-200 dark:border-gray-500/10" />
351+
352352
<div className={`lg:max-w-screen-lg px-4 mx-auto`}>
353353
<h3 className={`text-4xl font-light`}>OSS Sponsors</h3>
354354
<div className="h-6" />
@@ -387,9 +387,9 @@ function Index() {
387387
</p>
388388
</div>
389389
</div>
390-
<hr className="my-16 border-gray-200 dark:border-gray-500/10" />
390+
391391
<LandingPageGad />
392-
<hr className="my-16 border-gray-200 dark:border-gray-500/10" />
392+
393393
<div className="px-4 mx-auto max-w-screen-lg">
394394
<div
395395
className={`

0 commit comments

Comments
 (0)