change the styling slightly for the get started button
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m9s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m9s
This commit is contained in:
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",
|
||||
},
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user