Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #95 from brave/fix-liquidity-provider-text-alignment
Browse files Browse the repository at this point in the history
fix(swap): Liquidity Provider Text Alignment
  • Loading branch information
Douglashdaniel authored Nov 3, 2022
2 parents 0b9889b + 5bf3af4 commit 1c311f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions interface/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brave/swap-interface",
"version": "0.11.3",
"version": "0.11.4",
"description": "Brave Swap - an open-source swap interface by Brave, focussed on usability and multi-chain support.",
"type": "module",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion interface/src/components/swap/quote-info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export const QuoteInfo = (props: Props) => {
</Row>
{selectedQuoteOption && selectedQuoteOption.sources.length > 0 && (
<Row rowWidth='full' marginBottom={8} horizontalPadding={16}>
<Text textSize='14px'>{getLocale('braveSwapLiquidityProvider')}</Text>
<Text textSize='14px' textAlign='left'>{getLocale('braveSwapLiquidityProvider')}</Text>
<Row>
{selectedQuoteOption.sources.map((source, idx) => (
<>
Expand Down
2 changes: 1 addition & 1 deletion sites/mock/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c311f3

Please sign in to comment.