mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-27 20:35:50 +00:00
fixed pdf download
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user