mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
Merge pull request #1238 from rowyio/storage-rules-doc-link
Update storage rules doc link
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user