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 dd0c070 commit ce72900Copy full SHA for ce72900
client/index.js
@@ -7,7 +7,7 @@ const deviceHeight = screen.availHeight;
7
const colorDepth = screen.colorDepth;
8
let touchPoints = navigator.maxTouchPoints;
9
let touchSupport;
10
-// Phrases
+// Phrases
11
const memeoryPhrase = `Your device memory [RAM] is around ${memory} GB.`;
12
if (touchPoints > 1) {touchSupport = true}
13
else {touchSupport = false}
0 commit comments