diff --git a/frontend/components/Header.tsx b/frontend/components/Header.tsx index 7246cb0..229f754 100644 --- a/frontend/components/Header.tsx +++ b/frontend/components/Header.tsx @@ -22,15 +22,12 @@ const FONT = "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sa const NAV_ITEMS = [ { label: 'Research', href: 'https://policyengine.org/us/research' }, { label: 'Model', href: 'https://policyengine.org/us/model' }, - { label: 'API', href: 'https://policyengine.org/us/api' }, - { label: 'Python', href: 'https://policyengine.org/us/python' }, { label: 'About', hasDropdown: true, items: [ { label: 'Team', href: 'https://policyengine.org/us/team' }, { label: 'Supporters', href: 'https://policyengine.org/us/supporters' }, - { label: 'Citations', href: 'https://policyengine.org/us/citations' }, ], }, { label: 'Donate', href: 'https://policyengine.org/us/donate' },