We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648624d commit b7cb2aaCopy full SHA for b7cb2aa
1 file changed
src/components/Layout/index.jsx
@@ -62,7 +62,7 @@ const Layout = () => {
62
const archRes = arch();
63
const ver = 'v' + (await getVersion());
64
65
- Updater(res.toLowerCase(), archRes, ver)
+ Updater(res.toLowerCase(), archRes.toLowerCase(), ver)
66
.then((up) => {
67
d1(setUpdate(up));
68
})
0 commit comments