Skip to content

Commit 5465b37

Browse files
authored
Add "Learn more" arrow to Retries with Backoff card (#359)
1 parent 6f1c6c2 commit 5465b37

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fern/products/sdks/capabilities.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ layout: overview
4040
</Card>
4141
<Card title="Retries with Backoff" icon="fa-duotone fa-repeat" href="/sdks/deep-dives/retries-with-backoff">
4242
Automatically retry failed requests with exponential backoff
43+
<p className="text-(color:--grayscale-a11) font-bold mt-2 flex items-center gap-1">
44+
Learn more
45+
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="arrow-right dark:hidden m-0 h-4 w-4" noZoom />
46+
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="arrow-right hidden dark:block m-0 h-4 w-4" noZoom />
47+
</p>
4348
</Card>
4449
<Card title="Webhook Signature Verification" icon="fa-duotone fa-key">
4550
Verify the signature of incoming webhook requests

0 commit comments

Comments
 (0)