Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 committed Oct 2, 2024
1 parent 6080f8c commit 6d56ce0
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.">
<div>
<Button disabled={true} onClick={handleClick} scale="lg">
{t("Swap")}
Expand Down

0 comments on commit 6d56ce0

Please sign in to comment.