docs: update faq to include valid version of qmpc #52

This commit is contained in:
鲁树人
2023-11-02 23:57:36 +00:00
parent c39d2edce7
commit a0bab29966
5 changed files with 41 additions and 12 deletions

View File

@@ -92,7 +92,7 @@ export function FileRow({ id, file }: FileRowProps) {
</WrapItem>
<WrapItem>
{file.decrypted && (
<Link isExternal href={file.decrypted} download={decryptedName}>
<Link href={file.decrypted} download={decryptedName}>
<Button as="span"></Button>
</Link>
)}