Skip to content

Commit 2f0f9ba

Browse files
committed
no LS
1 parent 03be036 commit 2f0f9ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/Carbon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ export function Carbon() {
1111
ref.current.appendChild(s)
1212
}, [])
1313

14-
return <div ref={ref} className="carbon-outer" />
14+
return <div ref={ref} className="carbon-outer h-[299px]" />
1515
}

app/components/GoogleScripts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export function GadRightRailSquare() {
147147
>
148148
<Link
149149
to="/form"
150-
className="flex items-center gap-2 text-3xl font-black uppercase tracking-tighter h-full"
150+
className="flex items-center gap-2 text-3xl font-black uppercase tracking-tighter h-[256px]"
151151
>
152152
<span>TanStack</span>
153153
<span className="text-transparent bg-clip-text bg-gradient-to-r from-yellow-500 to-yellow-600">

0 commit comments

Comments
 (0)