Skip to content

Commit db7d83c

Browse files
ljharbCopilot
andauthored
fixup: Update apps/site/hooks/react-client/useDetectOS.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Jordan Harband <ljharb@gmail.com>
1 parent c6ed3d5 commit db7d83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/hooks/react-client/useDetectOS.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const useDetectOS = () => {
6767
// If there is no getHighEntropyValues API on the Browser or it failed to resolve
6868
// we attempt to fallback to what the User Agent indicates
6969
bitness = uaIndicates64 ? '64' : '32',
70-
architecture = isAppleSilicon() ? 'arm64' : 'x86',
70+
architecture = isAppleSilicon() ? 'arm' : 'x86',
7171
}) => {
7272
setUserOSState(current => ({
7373
...current,

0 commit comments

Comments
 (0)