diff --git a/packages/react-maplibre/src/ui_components/TopToolbar.tsx b/packages/react-maplibre/src/ui_components/TopToolbar.tsx index de45b2f0..778eed66 100644 --- a/packages/react-maplibre/src/ui_components/TopToolbar.tsx +++ b/packages/react-maplibre/src/ui_components/TopToolbar.tsx @@ -14,7 +14,6 @@ export interface TopToolbarProps { buttons?: React.ReactNode; logo?: React.ReactNode; } - const ghPagesUrl = 'https://mapcomponents.github.io/react-map-components-maplibre/react-maplibre/'; const logoUrl = ghPagesUrl + 'assets/WG-MapComponents-Logo_rgb.svg'; const logoUrl_dark = ghPagesUrl + 'assets/WG-MapComponents-Logo_rgb-weisse-schrift.svg';