Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
</Button>
Expand Down Expand Up @@ -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"
>
<Play className="w-4 h-4" />
Subscribe on YouTube
Expand Down