Skip to content

Commit 4eb7933

Browse files
author
jannik brack
committed
Update Url to new location in TopToolbar.tsx
1 parent d412164 commit 4eb7933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-maplibre/src/ui_components/TopToolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export interface TopToolbarProps {
1515
logo?: React.ReactNode;
1616
}
1717

18-
const ghPagesUrl = 'https://mapcomponents.github.io/react-map-components-maplibre/';
18+
const ghPagesUrl = 'https://mapcomponents.github.io/react-map-components-maplibre/react-maplibre/';
1919
const logoUrl = ghPagesUrl + 'assets/WG-MapComponents-Logo_rgb.svg';
2020
const logoUrl_dark = ghPagesUrl + 'assets/WG-MapComponents-Logo_rgb-weisse-schrift.svg';
2121
const logoUrl_mobile = ghPagesUrl + 'assets/mapcomponents_logo.png';

0 commit comments

Comments
 (0)