update unable to upload file link to new doc

This commit is contained in:
Bobby Wang
2023-05-02 23:42:17 +08:00
parent 2715a8094a
commit a2fde2f91c

View File

@@ -127,14 +127,11 @@ const useFirebaseStorageUploader = () => {
<Paper elevation={0} sx={{ borderRadius: 1 }}>
<Button
color="primary"
href={
WIKI_LINKS.setupRoles +
"#write-firebase-storage-security-rules"
}
href={WIKI_LINKS.faqsAccess + "#unable-to-upload-files"}
target="_blank"
rel="noopener noreferrer"
>
Fix
Learn More
<InlineOpenInNewIcon />
</Button>
</Paper>