File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export default function DBVersionIndex() {
6767 to = { './docs' }
6868 className = { `py-2 px-4 bg-orange-500 rounded text-white uppercase font-extrabold` }
6969 >
70- Get Started »
70+ Get Started
7171 </ Link >
7272 </ div >
7373 < LibraryFeatureHighlights
@@ -192,7 +192,7 @@ export default function DBVersionIndex() {
192192 from = { '/$libraryId/$version' }
193193 params = { { libraryId : library . id } }
194194 to = { './docs' }
195- className = { `inline-block py-2 px-4 bg-stone-700 rounded text-white uppercase font-extrabold` }
195+ className = { `py-2 px-4 bg-orange-500 rounded text-white uppercase font-extrabold` }
196196 >
197197 Get Started!
198198 </ Link >
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ export default function PacerVersionIndex() {
216216 from = { '/$libraryId/$version' }
217217 params = { { libraryId : library . id } }
218218 to = { './docs' }
219- className = { `inline-block py-2 px-4 bg-stone- 700 rounded text-white uppercase font-extrabold` }
219+ className = { `py-2 px-4 bg-lime-600 hover:bg-lime- 700 text-white rounded uppercase font-extrabold transition-colors ` }
220220 >
221221 Get Started!
222222 </ Link >
You can’t perform that action at this time.
0 commit comments