feat: udpate mint token button

pull/26786/head
Badi Ifaoui 2023-11-30 08:14:01 +01:00 committed by Badi Ifaoui
parent 1efe62d13b
commit a97927dc9d
1 changed files with 1 additions and 1 deletions

View File

@ -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");