load navbar icon with priority

This commit is contained in:
spencerwooo
2021-12-29 15:26:04 +08:00
parent 5bc8fc4a67
commit 29df9bc9cb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ const VideoPreview: FunctionComponent<{ file: any }> = ({ file }) => {
onClickCallback={() =>
window.open(`/api/proxy?url=${encodeURIComponent(file['@microsoft.graph.downloadUrl'])}`)
}
btnColor="pink"
btnColor="teal"
btnText="Proxy download"
btnIcon="download"
/>