Skip to content

Commit

Permalink
add unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Nov 11, 2022
1 parent c9c3ecb commit 8620cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
const app = document.getElementById("app")
const isVueLoaded = app && app.__vue__
if (!isVueLoaded) {
alert("Your browser version seems to be outdated, Please update your browser for using wallet securely.")
alert("Your browser version seems to be outdated/unsupported, Please update your browser for using wallet securely.")
}
}
</script>
Expand Down

0 comments on commit 8620cbf

Please sign in to comment.