Skip to content

Commit

Permalink
fixed merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleTait01 committed Jan 23, 2024
1 parent e3de1c8 commit 485b704
Show file tree
Hide file tree
Showing 683 changed files with 57,419 additions and 17 deletions.
2 changes: 1 addition & 1 deletion fe/dist/style.css

Large diffs are not rendered by default.

15 changes: 1 addition & 14 deletions fe/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@
<button type="submit" class="text-black absolute end-2.5 bottom-2.5 bg-red-200 hover:bg-red-300 focus:ring-4 focus:outline-none focus:ring-red-100 font-medium rounded-lg text-sm px-4 py-2 dark:bg-red-600 dark:hover:bg-red-700 dark:focus:ring-red-800">Search</button>
</div>

</body>

<body>
<div class="container my-16">
<h1>LeafletJS Map</h1>
<h1 class="title">LeafletJS Map</h1>
<div id="map">
<div id="map-loader" class="grid justify-center">
<h4 class="font-medium">Please enable location services...</h4>
Expand All @@ -34,16 +31,6 @@ <h4 class="font-medium">Please enable location services...</h4>

</div>
</div>
<label for="map-search" class="mb-2 text-sm font-medium text-sm font-medium text-gray-900 sr-only dark:text-white">search bar </label>
<div class="relative">
<div class="absolute inset-y-0 start-0 flex items-center ps-3 pointer-events-none">
<svg class="w-4 h-4 text-gray-500 dark:text-gray-400" aria-hidden="false" fill="none" viewbow="0 0 20 20">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z" />
</svg>
</div>
<input type="search" id="default-search" class="block w-full p-4 ps-10 text-sm text-gray-900 border border-gray-300 rounded-lg bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" placeholder="Search Branches, ATMs etc..." required>
<button type="submit" class="text-black absolute end-2.5 bottom-2.5 bg-red-200 hover:bg-red-300 focus:ring-4 focus:outline-none focus:ring-red-100 font-medium rounded-lg text-sm px-4 py-2 dark:bg-red-600 dark:hover:bg-red-700 dark:focus:ring-red-800">Search</button>
</div>
</body>

<script>
Expand Down
16 changes: 16 additions & 0 deletions fe/node_modules/.bin/mini-svg-data-uri

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions fe/node_modules/.bin/mini-svg-data-uri.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions fe/node_modules/.bin/mini-svg-data-uri.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions fe/node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions fe/node_modules/@popperjs/core/LICENSE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 485b704

Please sign in to comment.