feature/fully implemented challenge 1

This commit is contained in:
Joaquin committed 2025-05-07 16:56:26 -07:00
1 parent 2ad43139de
commit 1b6c80f84d
27 files changed
+384 -15

No files matched your search

+7
View File
@@ -93,6 +93,13 @@
<script src="https://cdn.jsdelivr.net/npm/flowbite@3.1.2/dist/flowbite.min.js"></script>
<script src="/static/scripts/geolocation.js"></script>
<!-- <script src="/static/scripts/calcExchange.js"></script> -->
<script>
// If no geoData provided thorugh EJS, send update request to backend
let country = "<%= geoData.country %>";
if (!country) getLocation();
</script>
<%- include("./partials/navBar") %>
<%- include("./partials/footer") %>