diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index e14b578..8c988cc 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -196,7 +196,7 @@ export function Hero(props) { log.topics[0] === '0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef' ).map((log) => { const res = iface.decodeEventLog("Transfer", log.data, log.topics); - NotificationManager.success(`You radicalized Unaboomer #${res.tokenId.toString()}`, '', 4000); + NotificationManager.success(`You radicalized Unaboomer ${res.tokenId.toString()}`, '', 4000); tm.push(Number(res.tokenId)); }); setTokensMinted(JSON.stringify(tm));