Skip to content

Commit 9b47fce

Browse files
authored
Remove "x64" from macOS homepage header (#4945)
1 parent a1ee83c commit 9b47fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
switch (os) {
139139
case 'Mac':
140140
versionIntoHref(buttons, 'node-%version%.pkg');
141-
downloadHead.textContent = dlLocal + ' macOS (x64)';
141+
downloadHead.textContent = dlLocal + ' macOS';
142142
break;
143143
case 'Win':
144144
versionIntoHref(buttons, 'node-%version%-' + arch + '.msi');

0 commit comments

Comments
 (0)