We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03be036 commit 2f0f9baCopy full SHA for 2f0f9ba
app/components/Carbon.tsx
@@ -11,5 +11,5 @@ export function Carbon() {
11
ref.current.appendChild(s)
12
}, [])
13
14
- return <div ref={ref} className="carbon-outer" />
+ return <div ref={ref} className="carbon-outer h-[299px]" />
15
}
app/components/GoogleScripts.tsx
@@ -147,7 +147,7 @@ export function GadRightRailSquare() {
147
>
148
<Link
149
to="/form"
150
- className="flex items-center gap-2 text-3xl font-black uppercase tracking-tighter h-full"
+ className="flex items-center gap-2 text-3xl font-black uppercase tracking-tighter h-[256px]"
151
152
<span>TanStack</span>
153
<span className="text-transparent bg-clip-text bg-gradient-to-r from-yellow-500 to-yellow-600">
0 commit comments