Skip to content

Commit

Permalink
Use full openstreetmap.org domain, closes #190
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Jan 15, 2024
1 parent e71c634 commit 0f65db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ const ModalContent: FC = () => {
<p className="block">{t("modal.about_osm")}</p>
<p>
{t("modal.create_account")}
<a href="https://osm.org" rel="noreferrer" target="_blank">
osm.org
<a href="https://openstreetmap.org" rel="noreferrer" target="_blank">
OpenStreetMap.org
</a>
</p>
</div>
Expand Down

0 comments on commit 0f65db8

Please sign in to comment.