Skip to content

Commit

Permalink
HAI-1736 Update copyright footer to adhere to OSM licence (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
pitkni authored Oct 9, 2023
1 parent f0848ec commit 86758a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function HaitatonFooter() {
<Footer.Item as={Link} to={ACCESSIBILITY.path} label={ACCESSIBILITY.label} />
<Footer.Item as={Link} to={PRIVACY_POLICY.path} label={PRIVACY_POLICY.label} />
</Footer.Navigation>
<Footer.Base copyrightHolder="Helsingin kaupunki" />
<Footer.Base copyrightHolder="Helsingin kaupunki, OpenStreetMap contributors" />
</Footer>
);
}
Expand Down

0 comments on commit 86758a0

Please sign in to comment.