fix redirect to app

This commit is contained in:
Abhinav 2022-01-24 17:27:16 +05:30
parent ecd4a2588f
commit 28d3d123c2

View file

@ -51,7 +51,7 @@ function GoToEnte() {
const getHookLink = (os: OS) => {
if (os === OS.ANDROID || os === OS.IOS) {
return 'ente.io/app';
return 'https://ente.io/app';
} else {
return 'https://web.ente.io';
}