Skip to content

Commit

Permalink
change whitepaper link
Browse files Browse the repository at this point in the history
  • Loading branch information
chloehan committed Jul 16, 2024
1 parent 93219fd commit cc6810b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/apis/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export async function transferNFT(){
const contract = await createContract();
const tx = await contract.safeTransferFrom(ENV.VITE_USER_PB_KEY, ENV.VITE_JOY_PB_KEY, tokenId);

console.log(raw,tokenId)
//after success
//console.log(tx);
await delay(4000);
Expand Down
4 changes: 2 additions & 2 deletions src/pages/complete/CompletePage/CompletePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export default function CompletePage(){
</div>
<div className={styles.buttons}>
<button onClick={handleQna}>Demo Questions & Answers</button>
<a href='https://blueholestudio.sharepoint.com/:w:/r/sites/ProjectMigaloo/_layouts/15/doc2.aspx?sourcedoc=%7B92B4DFB1-C0D8-4A65-860D-97624C9585EE%7D&file=Whitepaper_240201.docx&action=default&mobileredirect=true' target="_blank">
<button>Read Settlus White paper</button>
<a href='https://settlus.org/docs/whitepaper.pdf' target="_blank">
<button>Read Settlus Whitepaper</button>
</a>
<Link to={'/intro'}>
<button>Return to Beginning</button>
Expand Down
2 changes: 1 addition & 1 deletion src/shared/QnaModal/QnaModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function QnaModal({open, handleClose}: PropType): React.ReactElem
<h3>{'🙋🏼 '+item.question}</h3>
<p>{'\u2003→ 💁🏼‍'+item.answer}</p>
</div>)}
<a href='https://blueholestudio.sharepoint.com/:w:/r/sites/ProjectMigaloo/_layouts/15/doc2.aspx?sourcedoc=%7B92B4DFB1-C0D8-4A65-860D-97624C9585EE%7D&file=Whitepaper_240201.docx&action=default&mobileredirect=true' target="_blank">Click here to read Settlus Whitepaper</a>
<a href='https://settlus.org/docs/whitepaper.pdf' target="_blank">Click here to read Settlus Whitepaper</a>
</div>
</div>
</Modal>
Expand Down

0 comments on commit cc6810b

Please sign in to comment.