]> git.openstreetmap.org Git - nominatim-ui.git/blob - src/components/Footer.svelte
Reverse map: show search position (red circle) also when no search results
[nominatim-ui.git] / src / components / Footer.svelte
1 <style>
2   footer {
3     clear: both;
4     font-size: 0.8em;
5     text-align: center;
6   }
7   footer p {
8     margin: 1em;
9   }
10 </style>
11
12 <footer>
13   <p class="disclaimer">
14     Addresses and postcodes are approximate.
15     Blue circle is search result,
16     smaller red circle is search position (reverse geocoding).
17   </p>
18   <p class="copyright">
19     &copy; <a href="https://osm.org/copyright">OpenStreetMap</a> contributors
20   </p>
21 </footer>