Skip to content

Commit

Permalink
cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hellofromguy committed Nov 30, 2023
1 parent 19b1e15 commit a90a4f6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 18 deletions.
4 changes: 2 additions & 2 deletions projects/dex-ui/src/components/Well/LearnPump.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function PumpDetails() {
<TextContainer>
<div>
Pumps are the oracle framework of Basin. Well deployers can define the conditions under which the Well
should write new reserve data to the Pump, which can be used as a price feed.
should write new reserve data to the Pump, which can be used as a data feed.
</div>
<div>
The <StyledLink href="https://basin.exchange/multi-flow-pump.pdf" target="_blank" rel="noopener">Multi Flow Pump</StyledLink> is
Expand All @@ -27,7 +27,7 @@ export const LearnPump: FC<Props> = () => {
<span role="img" aria-label="glass globe emoji">
🔮
</span>{" "}
What’s a pump?
What is a Pump?
</ExpandBox.Header>
<ExpandBox.Body>
<PumpDetails />
Expand Down
2 changes: 1 addition & 1 deletion projects/dex-ui/src/components/Well/LearnYield.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function YieldDetails() {
target="_blank"
rel="noopener noreferrer"
>
Beanstalk UI
Beanstalk UI.
</StyledLink>
</div>
</TextContainer>
Expand Down
12 changes: 6 additions & 6 deletions projects/dex-ui/src/components/Well/LiquidityBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ export const LiquidityBox: FC<Props> = ({ well: _well, loading }) => {
<Tooltip
content={
<div className="tooltip-content">
BEANETH LP token holders can Deposit their LP tokens{" "}
<a className="underline" href="https://app.bean.money/#/balances" target="_blank" rel="noopener noreferrer">
in the Beanstalk Silo
BEANETH LP token holders can Deposit their LP tokens in the{" "}
<a className="underline" href="https://app.bean.money/#/silo" target="_blank" rel="noopener noreferrer">
Beanstalk Silo
</a>
&nbsp;for yield.
</div>
Expand All @@ -118,10 +118,10 @@ export const LiquidityBox: FC<Props> = ({ well: _well, loading }) => {
content={
<div className="tooltip-content">
<a className="underline" href="https://app.bean.money/#/balances" target="_blank" rel="noopener noreferrer">
Farm Balance
Farm Balances
</a>
&nbsp;allows users of the Beanstalk protocol to hold assets without needing to withdraw to an external wallet. Using
Farm Balances can help reduce gas costs and efficient movement of assets within Beanstalk.
&nbsp;allow Beanstalk users to hold assets in the protocol on their behalf. Using
Farm Balances can reduce gas costs and facilitate efficient movement of assets within Beanstalk.
</div>
}
offsetX={isMobile ? -40 : -1}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const MultiFlowPumpTooltip: FC<{
Multi Flow Pump
</a>
, an inter-block MEV manipulation resistant oracle, stores reserve data from this Well. In particular, Multi Flow stores
reserve data in two formats
reserve data in two formats:
</div>
</TitleAndContentContainer>
<ReservesInfo column stretch>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const WellYieldWithTooltip: React.FC<Props> = ({ tooltipProps, well }) =>
>
Silo Depositors
</a>
&nbsp;to estimate future returns
&nbsp;to estimate future returns.
</div>
</ContentContainer>
</Container>
Expand Down
13 changes: 6 additions & 7 deletions projects/dex-ui/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import { BodyL } from "src/components/Typography";
import { ContractInfoMarquee } from "src/components/Frame/ContractInfoMarquee";

const copy = {
build: "Use components written, audited and deployed by other developers for your custom liquidity pool.",
deploy: "Liquidity pools with unique pricing functions for more granular market making.",
fees: "Trade assets using liquidity pools that dont impose trading fees."
build: "Use DEX components written, audited and deployed by other developers for your custom liquidity pool.",
deploy: "Deploy liquidity in pools with unique pricing functions for more granular market making.",
fees: "Exchange assets in liquidity pools that don't impose trading fees."
};

const links = {
Expand All @@ -29,10 +29,9 @@ export const Home = () => {
<MevBanner>
<MevBannerBG>
<MevInfo>
<MevTitle>Multi-Flow Pump is here!</MevTitle>
<MevTitle>Multi Flow Pump is here!</MevTitle>
<div>
Explore the <span style={{ fontWeight: 600 }}>multi-block MEV manipulation resistant Oracle </span>framework, with easy
integration for everyone.
Explore the <span style={{ fontWeight: 600 }}>inter-block MEV manipulation resistant oracle implementation</span> used by the BEAN:WETH Well.
</div>
</MevInfo>
<GetStartedContainer href={links.multiFlowPump} target="_blank" rel="noopener noreferrer">
Expand All @@ -42,7 +41,7 @@ export const Home = () => {
</MevBanner>
<InfoContainer>
<TitleSubtitleContainer>
<Title>A Composable EVM-native DEX </Title>
<Title>A Composable EVM-Native DEX </Title>
<SubTitle>
Customizable liquidity pools with shared components.&nbsp;
<WhitepaperLink href={links.whitepaper} target="_blank">
Expand Down

0 comments on commit a90a4f6

Please sign in to comment.