Skip to content

Commit cfa6eaa

Browse files
committed
fix: update attribution text to reflect correct mapping
1 parent 3cbd7da commit cfa6eaa

File tree

1 file changed

+1
-4
lines changed
  • frontend/src/screens/App/screens/ToteBag

1 file changed

+1
-4
lines changed

frontend/src/screens/App/screens/ToteBag/index.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@ export default function ToteBag(): JSX.Element {
5454
</span>
5555
</div>
5656
<div className={stylesheet.attribution}>
57-
{/* I can't get the correct attributions to show based on what's in the viewport, it just shows all of them, so we say "May show" */}
58-
<span className={stylesheet.hugLines}>
59-
May show: {attributionText}
60-
</span>
57+
<span className={stylesheet.hugLines}>Maps: {attributionText}</span>
6158
</div>
6259
</div>
6360
</div>

0 commit comments

Comments
 (0)