File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ <h1 class="text-3xl font-bold text-center text-blue-600 mb-4">Weather App</h1>
2727 < input type ="text " placeholder ="Enter City "
2828 class ="flex-1 px-4 py-2 rounded-md border border-blue-300 focus:outline-none focus:ring-2 focus:ring-blue-500 transition " />
2929
30- < button class ="bg-blue-600 text-white px-4 py-2 rounded-md hover:bg-blue-700 active:bg-blue-800 transition ">
30+ < button class ="bg-blue-600 cursor-pointer text-white px-4 py-2 rounded-md hover:bg-blue-700 active:bg-blue-800 transition ">
3131 Search
3232 </ button >
3333
3434 < button id ="geo-btn "
35- class ="bg-gray-600 text-white px-4 py-2 rounded-md hover:bg-gray-700 active:bg-gray-800 transition ">
35+ class ="bg-gray-600 cursor-pointer text-white px-4 py-2 rounded-md hover:bg-gray-700 active:bg-gray-800 transition ">
3636 < i title ="Use Current Location " class ="fa-sharp fa-solid fa-location-dot text-2xl "> </ i > </ button >
3737 </ div >
3838
You can’t perform that action at this time.
0 commit comments