Skip to content

Commit

Permalink
change to popup
Browse files Browse the repository at this point in the history
  • Loading branch information
TeunHuijben committed Oct 2, 2024
1 parent 9a76187 commit 2242ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function detectDeviceType(): { isPhone: boolean; isTablet: boolean; isMobile: bo
export const detectedDevice = detectDeviceType();
console.debug("detectDeviceType: ", detectedDevice);
if (detectedDevice.isPhone) {
window.confirm("Note: for full functionality, please use a tablet or desktop device.");
window.confirm("Note: for full functionality, please use a tablet or desktop device. Press 'OK' to continue ");
}

// for debugging: show the detected device type in an alert
Expand Down

0 comments on commit 2242ed7

Please sign in to comment.