From 34586b93867771530aec06deaa630e5e7c71b2f2 Mon Sep 17 00:00:00 2001 From: Kieran O'Neill Date: Thu, 3 Oct 2024 14:58:30 +0100 Subject: [PATCH] feat: update what's new modal --- src/extension/modals/WhatsNewModal/WhatsNewModal.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/extension/modals/WhatsNewModal/WhatsNewModal.tsx b/src/extension/modals/WhatsNewModal/WhatsNewModal.tsx index 1cb4b102..91a6f053 100644 --- a/src/extension/modals/WhatsNewModal/WhatsNewModal.tsx +++ b/src/extension/modals/WhatsNewModal/WhatsNewModal.tsx @@ -64,8 +64,10 @@ const WhatsNewModal: FC = ({ onClose }) => { const primaryColorScheme = usePrimaryColorScheme(); const subTextColor = useSubTextColor(); // misc - const features = ['🖼️ Add Voi mainnet indexers and explorer.']; - const fixes: string[] = []; + const features: string[] = []; + const fixes: string[] = [ + 'Assets with large decimals can successfully transferred.', + ]; // handlers const handleClose = () => { // mark as read