From 2bd6561a5122f1471af98d2c39ed7c3746e012ac Mon Sep 17 00:00:00 2001 From: Merchant Coppola <97635650+merchantcoppola@users.noreply.github.com> Date: Sat, 16 Dec 2023 20:38:19 +0100 Subject: [PATCH] Post-Mint Text: #SwapOnTeia --- src/context/mintStore.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/context/mintStore.ts b/src/context/mintStore.ts index 5a83f296f..beb2b167c 100644 --- a/src/context/mintStore.ts +++ b/src/context/mintStore.ts @@ -305,6 +305,11 @@ export const useMintStore = create()( ) console.debug('success', success) if (success) { + show( + "**Did you know?**", + "To support Teia, please consider swapping your OBJKT on teia.art", + "Only swaps done on the Teia marketplace will support this community project via the [platform fees](https://github.com/teia-community/teia-docs/wiki/Marketplace-Fees)" + ) reset() } },