change the styling slightly for the get started button
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m9s

This commit is contained in:
Lee 2024-04-20 15:00:52 +01:00
parent a17ce202d8
commit fcba215522

@ -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",
},
];