Skip to content

Commit

Permalink
add hight light
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoaidanh committed Oct 20, 2023
1 parent 4ee3750 commit b124202
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/components/swapv2/LimitOrder/Tutorial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,16 @@ export default function Tutorial({ onClose }: { onClose: () => void }) {

<Column gap="12px">
<ContentItem text={t`Buy or sell tokens at the price you want`} />
<ContentItem text={t`Place orders on thousands on tokens for free`} />
<ContentItem
text={
<Trans>
Place orders on thousands on tokens for{' '}
<Text as="span" fontWeight={'500'} color={theme.primary}>
<Trans>FREE</Trans>
</Text>
</Trans>
}
/>
<ContentItem text={t`Get your orders filled without paying any gas fees`} />
<ContentItem
text={
Expand Down

0 comments on commit b124202

Please sign in to comment.