diff --git a/frontend/src/screens/HomeScreen.tsx b/frontend/src/screens/HomeScreen.tsx index 12307b23..b8594e6b 100644 --- a/frontend/src/screens/HomeScreen.tsx +++ b/frontend/src/screens/HomeScreen.tsx @@ -370,25 +370,7 @@ const QUICK_ACTIONS = [ { id: '9', label: 'Business', icon: 'briefcase', color: '#6366F1' }, { id: '10', label: 'Treasury', icon: 'cash', color: '#14B8A6' }, { id: '11', label: 'Proposals', icon: 'bulb', color: '#F97316' }, - { id: '12', label: 'History', icon: 'time', color: '#84CC16' }, - { id: '13', label: 'QR Scan', icon: 'qr-code', color: '#06B6D4' }, - { id: '14', label: 'Settings', icon: 'settings', color: '#64748B' }, - { id: '15', label: 'Help', icon: 'help-circle', color: '#A855F7' }, - { id: '16', label: 'Rewards', icon: 'star', color: '#FBBF24' }, - { id: '17', label: 'Trust', icon: 'heart', color: '#EF4444' }, - { id: '18', label: 'Parliament', icon: 'flag', color: '#3B82F6' }, - { id: '19', label: 'Ministry', icon: 'business', color: '#10B981' }, - { id: '20', label: 'Justice', icon: 'hammer', color: '#78350F' }, - { id: '21', label: 'Tax', icon: 'receipt', color: '#991B1B' }, - { id: '22', label: 'Census', icon: 'people-circle', color: '#1E40AF' }, - { id: '23', label: 'Land', icon: 'map', color: '#065F46' }, - { id: '24', label: 'Marriage', icon: 'heart-circle', color: '#BE185D' }, - { id: '25', label: 'Birth', icon: 'happy', color: '#7C3AED' }, - { id: '26', label: 'Death', icon: 'sad', color: '#404040' }, - { id: '27', label: 'Trade', icon: 'storefront', color: '#0891B2' }, - { id: '28', label: 'Export', icon: 'airplane', color: '#4338CA' }, - { id: '29', label: 'Import', icon: 'boat', color: '#15803D' }, - { id: '30', label: 'More', icon: 'apps', color: '#9333EA' }, + { id: '12', label: 'More', icon: 'apps', color: '#9333EA' }, ]; const styles = StyleSheet.create({