From 96fea103fd4d969ff7c10ace40f458a26fe49500 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sun, 28 Dec 2025 23:37:41 +0100 Subject: [PATCH] fix: Move share location button to bottom right MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/components/map/DualMapView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/map/DualMapView.tsx b/src/components/map/DualMapView.tsx index 04b3bbd..8ca93c0 100644 --- a/src/components/map/DualMapView.tsx +++ b/src/components/map/DualMapView.tsx @@ -158,11 +158,11 @@ export default function DualMapView({ /> )} - {/* Location sharing button - floating inside map for mobile visibility */} + {/* Location sharing button - floating inside map at bottom right for mobile visibility */} {onToggleSharing && (