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 Sep 30, 2024
1 parent cea7f90 commit dd39e96
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/extension/modals/WhatsNewModal/WhatsNewModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,8 @@ const WhatsNewModal: FC<IModalProps> = ({ onClose }) => {
const primaryColorScheme = usePrimaryColorScheme();
const subTextColor = useSubTextColor();
// misc
const features = [
'↕️ Re-order accounts in the sidebar.',
'⭐ Set a primary account.',
];
const fixes = [
'Add "unlimitedStorage" permission to avoid the storage quota being exceeded.',
];
const features = ['🖼️ Add Voi mainnet indexers and explorer.'];
const fixes: string[] = [];
// handlers
const handleClose = () => {
// mark as read
Expand Down

0 comments on commit dd39e96

Please sign in to comment.