mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-08-11 03:22:06 +00:00
Fix typo
This commit is contained in:
parent
fec99710cb
commit
2264d6fd92
|
@ -119,6 +119,7 @@
|
|||
}
|
||||
|
||||
fetchReleases();
|
||||
|
||||
// Attempt autodetection of their operating system
|
||||
var userAgent = navigator.userAgent.toLowerCase();
|
||||
|
||||
|
|
|
@ -97,7 +97,7 @@ a:hover {
|
|||
background: $dark;
|
||||
}
|
||||
|
||||
// Workaround for browsers without JavaScript for the downloads pagge
|
||||
// Workaround for browsers without JavaScript for the downloads page
|
||||
#install-view, #manual-package-view {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue