Skip to content

Commit 64376fa

Browse files
fix: image
1 parent 9020764 commit 64376fa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/docs/docs/public-api/api-keys.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ API keys are used to authenticate requests to the Capgo API. Each key can have d
1717
Key modes follow a stepped/gradual schema. If you have a upload key, and then you create an write key, the write key will be able to do everything that the upload key could.
1818
Please take a look at the following diagram to better understand how API key work.
1919

20-
<div class="mx-auto">
21-
<img src="/capgo_apikeys_diagram.webp" alt="A diagram explaining how API key work"
22-
</div>
20+
<figure><img style="margin-left: auto; margin-right: auto" src="/capgo_apikeys_diagram.webp" alt="A diagram explaining how API key work" /><figcaption></figcaption></figure>
2321

2422
## Security Best Practices
2523

0 commit comments

Comments
 (0)