From 54bfdbedceda8f0dd8b95a598660fafa3ce06c86 Mon Sep 17 00:00:00 2001 From: chaulmark Date: Sun, 24 May 2026 11:40:29 -0600 Subject: [PATCH] Remove San Diego AIP Annual Session from service map (closes #21) --- src/pages/Services.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/pages/Services.tsx b/src/pages/Services.tsx index 24b8d01..f890e1b 100644 --- a/src/pages/Services.tsx +++ b/src/pages/Services.tsx @@ -282,17 +282,6 @@ const relationshipPoints: RelationshipPoint[] = [ startDate: "August 26, 2026", endDate: "August 30, 2026" }] - }, - { - coordinates: [-117.1611, 32.7157] as Coordinates, - city: "San Diego", - state: "California", - events: [{ - name: "AIP", - description: "American Institute of Parliamentarians - Annual Session", - startDate: "July 29, 2026", - endDate: "August 1, 2026" - }] } ]