Skip to content

Commit

Permalink
Update StudyBuddy.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ravikumawat7716 authored Jul 24, 2024
1 parent eff5f45 commit f4dc94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StudyBuddy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default {
this.loading = false;
}
}, (error) => {
alert('Geolocation not supported or permission denied');
alert('Please turn on your location');
});
} else {
alert('Geolocation is not supported by this browser.');
Expand Down

1 comment on commit f4dc94e

@vercel
Copy link

@vercel vercel bot commented on f4dc94e Jul 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sundarbans – ./

sundarbans-git-main-sundarbans-projects.vercel.app
sundarbans-sundarbans-projects.vercel.app

Please sign in to comment.