Skip to content

Commit

Permalink
feat: udpate mint token button
Browse files Browse the repository at this point in the history
  • Loading branch information
ifaouibadi committed Nov 30, 2023
1 parent 1efe62d commit a97927d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/spaces/MintTokenButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { _t } from "../../../languageHandler";
const MintTokenButton: React.FC<{
isPanelCollapsed: boolean;
}> = ({ isPanelCollapsed = false }) => {
const MINT_TOKEN_URL = "https://wallet.superhero.com/";
const MINT_TOKEN_URL = "https://kenodressel.github.io/more-tokens/";

const onOpenDex = useCallback(async () => {
window.open(MINT_TOKEN_URL, "_blank");
Expand Down

0 comments on commit a97927d

Please sign in to comment.