Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
@@ -61,10 +61,10 @@
|
|
61 |
</div>
|
62 |
</main>
|
63 |
<nav class="bg-white border-t border-gray-200 p-2 flex justify-around">
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
</div>
|
69 |
|
70 |
<div id="objectModal" class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden z-50">
|
|
|
61 |
</div>
|
62 |
</main>
|
63 |
<nav class="bg-white border-t border-gray-200 p-2 flex justify-around">
|
64 |
+
<button class="p-2 text-indigo-600 flex flex-col items-center"><i class="fas fa-compass text-xl"></i><span class="text-xs mt-1">Explore</span></button>
|
65 |
+
<button id="mapBtn" class="p-2 text-gray-500 flex flex-col items-center"><i class="fas fa-map-marked-alt text-xl"></i><span class="text-xs mt-1">Map</span></button>
|
66 |
+
<button id="glassesBtn" class="p-2 text-gray-500 flex flex-col items-center"><i class="fas fa-glasses text-xl"></i><span class="text-xs mt-1">Glasses</span></button>
|
67 |
+
</nav>
|
68 |
</div>
|
69 |
|
70 |
<div id="objectModal" class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden z-50">
|