fixed pdf download

This commit is contained in:
rockyeverlast
2024-06-07 18:55:47 +05:30
parent f11aee0dfb
commit 03206ee36c

View File

@@ -106,7 +106,10 @@ const WhitepaperDocs = () => {
zIndex: "2",
}}
></Box>
<a download="RubiX_WhitePaper.pdf" href={pdf}>
<a
download="RubiX_WhitePaper.pdf"
href={`https://rubix.betadelivery.com/${item.document}`}
>
<Button
position={"relative"}
backgroundColor={"transparent"}