Sayak-Bhunia / mystory

A new way to share stories anonymously.
https://mystorybuild.vercel.app
MIT License
28 stars 48 forks source link

fix: removing LocationDisplay.jsx #140

Closed TenzDelek closed 1 month ago

TenzDelek commented 1 month ago

the current footer has a file which takes the user geolocation and display it. the current working: the fetching is incomplete resulting in displaying loading in UI

image

propose solution: as this is not an important feature, calling an api takes load and affect the performance. better remove this section and add a static text " INDIA" instead of fetching developer location each time it reload.