feat: update file name

This commit is contained in:
KaiyiWing
2023-04-01 23:41:58 +08:00
parent 320c1ef47d
commit 296e44844f

View File

@@ -69,7 +69,7 @@ export default function SharePicDialog({ showState, setShowState, randomChoose }
const handleDownload = () => {
if (imageURL) {
saveAs(imageURL, 'qwerty-learner.png')
saveAs(imageURL, 'Qwerty-learner.png')
recordShareAction('download')
}
}