mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 05:42:41 +02:00
Read sample button on page
This commit is contained in:
@@ -230,6 +230,7 @@ export function BuyButton(props: BuyButtonProps) {
|
|||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
</button>
|
</button>
|
||||||
|
{!isLoadingPricing && !isAlreadyEnrolled && (
|
||||||
<button
|
<button
|
||||||
onClick={onReadSampleClick}
|
onClick={onReadSampleClick}
|
||||||
className="group relative inline-flex items-center justify-center overflow-hidden rounded-xl border border-yellow-500/30 bg-transparent px-6 py-3 text-base font-medium text-yellow-500 transition-all duration-300 ease-out hover:bg-yellow-500/10 focus:outline-hidden active:ring-0 md:rounded-full"
|
className="group relative inline-flex items-center justify-center overflow-hidden rounded-xl border border-yellow-500/30 bg-transparent px-6 py-3 text-base font-medium text-yellow-500 transition-all duration-300 ease-out hover:bg-yellow-500/10 focus:outline-hidden active:ring-0 md:rounded-full"
|
||||||
@@ -239,6 +240,7 @@ export function BuyButton(props: BuyButtonProps) {
|
|||||||
Read Sample
|
Read Sample
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{!isLoadingPricing && (
|
{!isLoadingPricing && (
|
||||||
|
Reference in New Issue
Block a user