diff options
author | JeremyJamesL <jeremyluscombe@gmail.com> | 2024-12-10 09:01:25 +0000 |
---|---|---|
committer | JeremyJamesL <jeremyluscombe@gmail.com> | 2024-12-10 09:01:25 +0000 |
commit | 1cf3d092da3991a366e4c483b8fdd6301f1e419c (patch) | |
tree | 6af5e3beacbedf4079fc7754f98f51d0e46695ae /index.html | |
parent | 38db70476872f0e6b8d93aab16dc5a4543f5e56c (diff) |
around location
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -56,7 +56,14 @@ <span class="select--polygon">Polygon</span> </div> - <div>Try around your <span class="select--ip">location</span> instead</div> + <div> + Try around your + <span class="select--ip relative" + >location<span + class="ip-loader hidden animate-ping h-2 w-2 bg-blue-500 rounded-full absolute top-0 -right-2" + ></span + ></span> + </div> </div> </header> |