From fcba2155224038479dcd926059392dc6d808daac Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 20 Apr 2024 15:00:52 +0100 Subject: [PATCH] change the styling slightly for the get started button --- src/app/(pages)/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/(pages)/page.tsx b/src/app/(pages)/page.tsx index c8ec3aa..bddcbe1 100644 --- a/src/app/(pages)/page.tsx +++ b/src/app/(pages)/page.tsx @@ -39,7 +39,8 @@ const buttons: Button[] = [ title: "Get Started", tooltip: "Click to get started with the API", url: "/documentation", - className: "bg-gradient-to-r from-indigo-500 to-emerald-500 px-7 hover:opacity-75 transition-all transform-gpu", + className: + "bg-gradient-to-r from-indigo-600 to-emerald-600 px-7 hover:opacity-75 transition-all transform-gpu text-white", }, ];