diff --git a/app/(pages)/judges/(app)/_components/Projects/ExpandedMapModal.tsx b/app/(pages)/judges/(app)/_components/Projects/ExpandedMapModal.tsx new file mode 100644 index 000000000..6d60631e4 --- /dev/null +++ b/app/(pages)/judges/(app)/_components/Projects/ExpandedMapModal.tsx @@ -0,0 +1,83 @@ +import Image from 'next/image'; +import closeIcon from '@public/judges/projects/x.svg'; +import venueMap from '@public/judges/projects/venueMap2026.svg'; +import { TransformWrapper, TransformComponent } from 'react-zoom-pan-pinch'; + +export default function ExpandedMapModal({ + setMapExpanded, +}: { + setMapExpanded: (expanded: boolean) => void; +}) { + return ( +
{errorMsg}
-+ Are you sure this team is + missing? +
++ By flagging this team as missing, it will be placed in the Missing + Teams section of your dashboard. +
+{errorMsg}
+ )} +@@ -110,37 +108,28 @@ export default function UnscoredPage({ red button{' '} below.
- - {/* TODO: TURN INTO POPUP */} - {expandReportButton ? ( - <> -