We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d412164 commit 4eb7933Copy full SHA for 4eb7933
packages/react-maplibre/src/ui_components/TopToolbar.tsx
@@ -15,7 +15,7 @@ export interface TopToolbarProps {
15
logo?: React.ReactNode;
16
}
17
18
-const ghPagesUrl = 'https://mapcomponents.github.io/react-map-components-maplibre/';
+const ghPagesUrl = 'https://mapcomponents.github.io/react-map-components-maplibre/react-maplibre/';
19
const logoUrl = ghPagesUrl + 'assets/WG-MapComponents-Logo_rgb.svg';
20
const logoUrl_dark = ghPagesUrl + 'assets/WG-MapComponents-Logo_rgb-weisse-schrift.svg';
21
const logoUrl_mobile = ghPagesUrl + 'assets/mapcomponents_logo.png';
0 commit comments