2 import LastUpdated from './LastUpdated.svelte';
17 text-decoration: none;
27 display: inline-block;
37 <header class="container-fluid">
41 <a href="search.html">
42 <img alt="logo" src="images/osm_logo.120px.png" width="30" height="30"/>
50 <div class="col-4 text-right">
51 <div class="dropdown">
52 <button class="dropdown-toggle btn btn-sm btn-outline-secondary" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
55 <div class="dropdown-menu dropdown-menu-right">
56 <a class="dropdown-item" href="https://nominatim.org/release-docs/develop/api/Overview/" target="_blank">API Reference</a>
57 <a class="dropdown-item" href="https://nominatim.org/release-docs/develop/api/Faq/" target="_blank">FAQ</a>
58 <a class="dropdown-item" href="https://help.openstreetmap.org/tags/nominatim/">OpenStreetMap Help</a>
59 <a class="dropdown-item" href="https://github.com/osm-search/Nominatim">Nominatim on Github</a>
60 <a class="dropdown-item" href="https://github.com/osm-search/nominatim-ui">This frontend on Github</a>
61 <div class="dropdown-divider"></div>
62 <a class="dropdown-item" href="#report-issue" data-toggle="modal" data-target="#report-modal">Report problem with results</a>