diff --git a/apps/web/src/components/caption-controls.tsx b/apps/web/src/components/caption-controls.tsx
index 933a318..918de7f 100644
--- a/apps/web/src/components/caption-controls.tsx
+++ b/apps/web/src/components/caption-controls.tsx
@@ -1,5 +1,5 @@
import { DATE_FORMATS, type DateFormat } from '@/lib/date'
-import { cn } from '@/lib/utils'
+import { LOCATION_DETAILS } from '@/lib/geocode'
import { usePhotoStore } from '@/stores/photo-store'
import {
type CaptionLocation,
@@ -33,26 +33,29 @@ export function CaptionControls() {
return (
-
+
-
- {(['city', 'country'] as const).map((location) => (
-
+
+
+
+