Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
joaniefromtheblock committed Jul 13, 2024
1 parent 22b0bc9 commit 4a79ae4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions services/get-started/infura.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,12 @@ Configure security settings in the **Settings** tab. This is optional.

Force API requests to include the API key secret and/or [JSON Web Tokens (JWTs)](../how-to/json-web-token-jwt.md).

<div class="left-align-container">
<div class="img-large">
<div className="left-align-container">
<div className="img-large">
<img
src={require("../images/settings-tab.png").default}
/
alt="Settings Tab"
/>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion services/how-to/interact-with-erc-20-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 2
---

import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem""
import TabItem from "@theme/TabItem"

# Interact with ERC-20 tokens

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ For example, `https://meme-nft.infura-ipfs.io/ipfs/QmW5sPVbZDueZwvSuibteAwDFwFXh

Enter a **UNIQUE SUBDOMAIN NAME** for your dedicated gateway and click **SAVE SUBDOMAIN**.

<div class="left-align-container">
<div class="img-large">
<div className="left-align-container">
<div className="img-large">
<img
src={require("../../../images/unique-subdomain.png").default}
alt="Enter unique subdomain"
/
/>
</div>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 4
---

import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem;
import TabItem from "@theme/TabItem";

# Retrieve and display ERC-721 and ERC-1155 tokens

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 5
---

import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem;
import TabItem from "@theme/TabItem";

# Retrieve the balance of an ERC-20 token

Expand Down

0 comments on commit 4a79ae4

Please sign in to comment.