Skip to content

Commit

Permalink
copy update (#152)
Browse files Browse the repository at this point in the history
* copy update

* update search placeholder
  • Loading branch information
ben2x4 authored Feb 5, 2022
1 parent cd69342 commit cdd7fcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion features/liquidity/components/ManageLiquidityCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const ManageLiquidityCard = ({
<Inline gap={1} css={{ padding: '$12 0 $3' }}>
<SharesIcon size="24px" />
<Text variant="legend" color="body">
Provided liquidity
Available liquidity
</Text>
</Inline>
<Text variant="hero">${providedLiquidityDollarValue}</Text>
Expand Down
4 changes: 2 additions & 2 deletions features/liquidity/components/RewardsStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const RewardsStatus = ({
return (
<>
<Column gap={4} css={{ paddingTop: '$20' }}>
<Text variant="primary">Pooling reward</Text>
<Text variant="primary">Liquidity rewards</Text>
{!disabled && (
<Text variant="legend" color="brand">
Next reward: $32 in 4hrs
Expand Down Expand Up @@ -55,7 +55,7 @@ export const RewardsStatus = ({
return (
<>
<Inline justifyContent="space-between" css={{ padding: '$20 0 $4' }}>
<Text variant="primary">Pooling reward</Text>
<Text variant="primary">Liquidity rewards</Text>
{disabled && <Text variant="legend">No rewards expected</Text>}
{!disabled && (
<Text variant="legend" color="brand">
Expand Down
2 changes: 1 addition & 1 deletion features/swap/components/QueryInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const QueryInput = ({
ref={inputRef}
type="text"
lang="en-US"
placeholder="Search a token"
placeholder="Search name or symbol"
value={searchQuery}
onChange={({ target: { value } }) => onQueryChange(value)}
autoComplete="off"
Expand Down

0 comments on commit cdd7fcb

Please sign in to comment.