Skip to content

Commit

Permalink
Merge pull request #28 from GenaDrop/updateButton
Browse files Browse the repository at this point in the history
fix: update button
  • Loading branch information
Ebube111 authored Dec 14, 2023
2 parents edb5afa + 6901696 commit 2edf748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/BosGenaDrop/widget/CPlanet/DropsFund/Explore/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ return (
</div>
</div>
<a
onClick={() => props.update({ tab: "contest" })}
onClick={() => props.update({ tab: "singleContest" })}
href={`#/bos.genadrop.near/widget/CPlanet.Index?tab=singleContest&contestId=${props.id}`}
className="card-button"
>
Expand Down
2 changes: 1 addition & 1 deletion build/BosGenaDrop/src/CPlanet/DropsFund/Explore/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ return (
</div>
</div>
<a
onClick={() => props.update({ tab: "contest" })}
onClick={() => props.update({ tab: "singleContest" })}
href={`#/bos.genadrop.near/widget/CPlanet.Index?tab=singleContest&contestId=${props.id}`}
className="card-button"
>
Expand Down

0 comments on commit 2edf748

Please sign in to comment.