Skip to content

Commit

Permalink
beta
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Feb 8, 2024
1 parent da9bfdf commit ea6ab3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ZetaTokenTable/ZetaTokenTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const ZetaTokenTable = () => {
style={activeTab === "mainnet" ? activeStyle : inactiveStyle}
onClick={() => setActiveTab("mainnet")}
>
Mainnet
Mainnet Beta
</button>
</div>
{isLoading ? (
Expand Down

0 comments on commit ea6ab3c

Please sign in to comment.