From cafffe88b4e923ec3d1ec735b57fe9a3a7ab6a38 Mon Sep 17 00:00:00 2001 From: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> Date: Thu, 4 Sep 2025 14:17:36 +0200 Subject: [PATCH] change profile button target (#357) --- app/src/pages/MapContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/pages/MapContainer.tsx b/app/src/pages/MapContainer.tsx index bb722d8d..db739438 100644 --- a/app/src/pages/MapContainer.tsx +++ b/app/src/pages/MapContainer.tsx @@ -121,7 +121,7 @@ function MapContainer({ layers, map }: { layers: LayerProps[]; map: any }) { layer.itemType.custom_profile_url ? 'extended.external_profile_id' : 'id' } text={layer.itemType.botton_label ?? 'Profile'} - target={layer.itemType.custom_profile_url ? '_parent' : '_self'} + target={layer.itemType.custom_profile_url ? '_blank' : '_self'} /> )} {layer.itemType.show_text && }