Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sayano-lee committed Aug 14, 2021
1 parent 4dfa641 commit 108f11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/FeedbackModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const FeedbackModal = (props) => {
<div>
<b className="text-success">You have successfully requested UAV-Human dataset, please use the link below to download the dataset!</b>
{/* <a href="" className="button btn btn-outline-primary mt-3 mx-1" target="_blank" rel="noopener noreferrer">Google Drive Link</a> */}
<a href={oneDriveLink} className="button btn btn-outline-primary mt-3 mx-1" target="_blank" rel="noopener noreferrer">MS OneDrive Link</a>
<a href={oneDriveLink} className="button btn btn-outline-primary mt-3 mx-1" target="_blank" rel="noopener noreferrer">Google Drive Link</a>
</div>
:
<div>
Expand Down

0 comments on commit 108f11b

Please sign in to comment.