From e3feec413243c01547cb6af0c0b0382ab8d1e3b1 Mon Sep 17 00:00:00 2001 From: FemK157 Date: Mon, 5 Jan 2026 21:09:26 -0500 Subject: [PATCH] fixed button (sigh) --- src/app/YJI2026/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/YJI2026/page.tsx b/src/app/YJI2026/page.tsx index dafe754..e1d7466 100644 --- a/src/app/YJI2026/page.tsx +++ b/src/app/YJI2026/page.tsx @@ -122,10 +122,11 @@ export default function CurrentTournament() { href="https://docs.google.com/spreadsheets/d/1BT2hHQufuZorei2g5WCbZpkftRFcOr9A5f9TKtuJ2KA/edit?usp=sharing" target="_blank" rel="noopener noreferrer" - className="inline-block bg-[#0b2e16] hover:bg-[#15592b] text-white font-semibold text-lg px-6 py-3 rounded-lg shadow-md transition-colors duration-300" + className="inline-block w-max bg-[#0b2e16] hover:bg-[#15592b] text-white font-semibold text-lg py-3 px-4 rounded-lg shadow-md transition-colors duration-300" > List of Registered Teams + {/* Right Side */}