Skip to content

Commit

Permalink
fix: export proper sold-out-text part
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurbelo committed Apr 18, 2022
1 parent bd253ed commit 3db262a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nk-dropkit/nk-dropkit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class NkDropkit {
{!this.dropStarted ? (
<ConnectWalletBtn />
) : this.isSoldOut ? (
<nk-sold-out exportparts="sold-out-container, sold-out-container">{this.soldOutText}</nk-sold-out>
<nk-sold-out exportparts="sold-out-container, sold-out-text">{this.soldOutText}</nk-sold-out>
) : (
<MintBtn />
)}
Expand Down

0 comments on commit 3db262a

Please sign in to comment.