1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-28 01:09:37 +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>
<p class="py-1">Made with ❤️ in the United States.</p> <p class="py-1">Made with ❤️ in the United States.</p>
<div <div class="divider"></div>
class="modal-action items-center" <h3 class="font-bold text-md">Open Source Attributions</h3>
style="display: flex; flex-direction: column; align-items: center; width: 100%;" <p class="py-1 mb-4">
></div> 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> <button class="btn btn-primary" on:click={close}>Close</button>
</div> </div>
</dialog> </dialog>