Skip to content

Commit fd638a7

Browse files
authored
fix(windows): On Windows only show Download for Windows, not mac
Merge pull request #129 from qri-io/show-only-win
2 parents 9fc4377 + 1e797fb commit fd638a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/desktop/_index.md

+3
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,8 @@ layout: desktop_splash
114114
if (navigator.platform.match(/(Mac)/i)) {
115115
el.className = 'mac'
116116
}
117+
if (navigator.platform.match(/(Win)/i)) {
118+
el.className = 'windows'
119+
}
117120
</script>
118121
</div>

0 commit comments

Comments
 (0)