Skip to content

Commit

Permalink
Update exapmle to use base.org
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Aug 14, 2024
1 parent 9f4e8fe commit ed2a0d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/docs/pages/wallet/wallet-dropdown-link.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ Add a custom link to the wallet dropdown menu, allowing users to navigate to ext
// omitted for brevity
<WalletDropdownLink // [!code focus]
icon={CatIcon} // [!code focus]
href="https://www.basetokenstore.com/" // [!code focus]
href="https://www.base.org/" // [!code focus]
rel="noopener noreferrer" // [!code focus]
> // [!code focus]
Base Token Store // [!code focus]
Base.org // [!code focus]
</WalletDropdownLink> // [!code focus]
```

Expand All @@ -116,10 +116,10 @@ Add a custom link to the wallet dropdown menu, allowing users to navigate to ext
</Identity>
<WalletDropdownLink
icon={walletDropdownLinkCustomCatIconSvg}
href="https://www.basetokenstore.com/"
href="https://www.base.org/"
rel="noopener noreferrer"
>
Base Token Store
Base.org
</WalletDropdownLink>
<WalletDropdownDisconnect />
</WalletDropdown>
Expand Down

0 comments on commit ed2a0d3

Please sign in to comment.