We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ed3d5 commit db7d83cCopy full SHA for db7d83c
apps/site/hooks/react-client/useDetectOS.ts
@@ -67,7 +67,7 @@ const useDetectOS = () => {
67
// If there is no getHighEntropyValues API on the Browser or it failed to resolve
68
// we attempt to fallback to what the User Agent indicates
69
bitness = uaIndicates64 ? '64' : '32',
70
- architecture = isAppleSilicon() ? 'arm64' : 'x86',
+ architecture = isAppleSilicon() ? 'arm' : 'x86',
71
}) => {
72
setUserOSState(current => ({
73
...current,
0 commit comments