Skip to content

Commit

Permalink
responsive message
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhiscoding committed Jan 28, 2024
1 parent 7d6c013 commit f5e1d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const logo = document.querySelector('.logo');
setTimeout(function(){
if (isMobileDevice()) {
// Code to run if the user is on a mobile device
window.alert("Use Desktop for better experience.");
window.alert("Charts appear better in Desktop.");
} else {
// Code to run if the user is not on a mobile device
console.log("Not a mobile device.");
Expand Down

0 comments on commit f5e1d05

Please sign in to comment.