From 602eb49a0c0ab31d6ad41ebaf7d9320cb11e52e2 Mon Sep 17 00:00:00 2001 From: Idris Gadi Date: Tue, 30 Jun 2026 17:27:34 +0530 Subject: [PATCH] fix: community button z-index so it's above the image --- src/routes/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 7af73f9e5..956d77863 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -249,7 +249,7 @@ function Index() { href="https://discord.com/invite/WrRKjPJ" target="_blank" rel="noreferrer" - className="w-full mt-4 bg-white border-white hover:bg-gray-100 text-discord justify-center shadow-lg text-sm" + className="z-1 w-full mt-4 bg-white border-white hover:bg-gray-100 text-discord justify-center shadow-lg text-sm" > Join TanStack Discord @@ -292,7 +292,7 @@ function Index() { href="https://youtube.com/@tan_stack" target="_blank" rel="noreferrer" - className="w-full mt-4 bg-white border-white hover:bg-gray-100 text-red-600 justify-center shadow-lg text-sm" + className="z-1 w-full mt-4 bg-white border-white hover:bg-gray-100 text-red-600 justify-center shadow-lg text-sm" > Subscribe on YouTube