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 3cbd7da commit cfa6eaaCopy full SHA for cfa6eaa
frontend/src/screens/App/screens/ToteBag/index.tsx
@@ -54,10 +54,7 @@ export default function ToteBag(): JSX.Element {
54
</span>
55
</div>
56
<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>
+ <span className={stylesheet.hugLines}>Maps: {attributionText}</span>
61
62
63
0 commit comments