mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-25 07:49:37 +02:00
chore: Add Open Source Attributions to AboutModal.svelte
This commit is contained in:
parent
c8ce0e06e6
commit
43c392963e
1 changed files with 11 additions and 4 deletions
|
@ -55,10 +55,17 @@
|
|||
>
|
||||
</p>
|
||||
<p class="py-1">Made with ❤️ in the United States.</p>
|
||||
<div
|
||||
class="modal-action items-center"
|
||||
style="display: flex; flex-direction: column; align-items: center; width: 100%;"
|
||||
></div>
|
||||
<div class="divider"></div>
|
||||
<h3 class="font-bold text-md">Open Source Attributions</h3>
|
||||
<p class="py-1 mb-4">
|
||||
Location Search and Geocoding is provided by <a
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="text-primary-500 underline"
|
||||
href="https://operations.osmfoundation.org/policies/nominatim/">OpenStreepMap</a
|
||||
>. Their data is liscensed under the ODbL liscense.
|
||||
</p>
|
||||
|
||||
<button class="btn btn-primary" on:click={close}>Close</button>
|
||||
</div>
|
||||
</dialog>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue