Skip to content

Commit

Permalink
feat: update what's new modal
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranroneill committed Oct 3, 2024
1 parent e3ef46f commit 34586b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/extension/modals/WhatsNewModal/WhatsNewModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ const WhatsNewModal: FC<IModalProps> = ({ 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
Expand Down

0 comments on commit 34586b9

Please sign in to comment.