Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 authored and xbtmatt committed Oct 6, 2024
1 parent bce0afe commit cbf9ed0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const SwapButton = ({
<RewardsAnimation controls={controls} />
</>
) : (
<Popup className="max-w-[300px]" content="This market is in its grace period. During the grace period of a market, only the market creator can trade. The grace period ends 5 minutes after the market registration, of atfter the first trade, whichever comes first.">
<Popup className="max-w-[300px]" content="This market is in its grace period. During the grace period of a market, only the market creator can trade. The grace period ends 5 minutes after the market registration, of after the first trade, whichever comes first.">

Check failure on line 102 in src/typescript/frontend/src/components/pages/emojicoin/components/trade-emojicoin/SwapButton.tsx

View workflow job for this annotation

GitHub Actions / ts-run-lint

Replace `·className="max-w-[300px]"·content="This·market·is·in·its·grace·period.·During·the·grace·period·of·a·market,·only·the·market·creator·can·trade.·The·grace·period·ends·5·minutes·after·the·market·registration,·of·after·the·first·trade,·whichever·comes·first."` with `⏎············className="max-w-[300px]"⏎············content="This·market·is·in·its·grace·period.·During·the·grace·period·of·a·market,·only·the·market·creator·can·trade.·The·grace·period·ends·5·minutes·after·the·market·registration,·of·after·the·first·trade,·whichever·comes·first."⏎··········`
<div>
<Button disabled={true} onClick={handleClick} scale="lg">
{t("Swap")}
Expand Down

0 comments on commit cbf9ed0

Please sign in to comment.