Skip to content

Commit

Permalink
Using attributionprefix in map
Browse files Browse the repository at this point in the history
Signed-off-by: angatupyry <fierrofenix@gmail.com>
  • Loading branch information
Angatupyry committed Aug 30, 2023
1 parent d6cfd29 commit 6806992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dashboard/src/components/map-app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ export const MapApp = styled(
);
}}
>
<AttributionControl position="bottomright" prefix="OSRC-SG" />
<AttributionControl position="bottomright" prefix={resourceManager?.attributionPrefix} />
<LayersControl position="topleft">
<Pane name="image" style={{ zIndex: 0 }} />
{buildingMap.levels.map((level: Level) =>
Expand Down

0 comments on commit 6806992

Please sign in to comment.