1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-25 15:59:38 +02:00

chore: Add Open Source Attributions to AboutModal.svelte

This commit is contained in:
Sean Morley 2024-07-22 11:06:48 -04:00
parent c8ce0e06e6
commit 43c392963e

View file

@ -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>