Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Aug 14, 2024
1 parent 4402c78 commit cece33d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const walletDropdownLinkCustomIconSvg = (
export const walletDropdownLinkCustomCatIconSvg = (
<svg
version="1.1"
id="Layer_1"
Expand Down
2 changes: 1 addition & 1 deletion site/docs/pages/wallet/wallet-dropdown-link.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Add a custom link to the wallet dropdown menu, allowing users to navigate to ext
<EthBalance />
</Identity>
<WalletDropdownLink
icon={walletDropdownLinkCustomIconSvg}
icon={walletDropdownLinkCustomCatIconSvg}
href="https://www.basetokenstore.com/"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit cece33d

Please sign in to comment.