Skip to content

Commit

Permalink
feat: vault banners text updated
Browse files Browse the repository at this point in the history
  • Loading branch information
manneredboor committed Aug 5, 2024
1 parent c03c1fb commit 77ac0e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions shared/banners/vaults-banner-info/vaults-banner-info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ export const VaultsBannerInfo = () => {
const { themeName } = useThemeToggle();
return (
<Wrap>
<Title>Explore restaking opportunities</Title>
<Title>Explore and participate in DeFi strategies</Title>
<Description>
Use stETH to unlock restaking rewards through a set of carefully curated
vaults
Use stETH to unlock rewards through a set of carefully curated vaults
</Description>
<Footer>
<Logos>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const VaultsBannerStrategies = () => {
<IconStakehouse />
</Icon>
<Title>
<TitleText>Restaking Vault</TitleText>
<TitleText>Decentralized Validator Vault</TitleText>
<TitleDescription>Curated by Steakhouse Financial</TitleDescription>
</Title>
</Header>
Expand All @@ -51,22 +51,22 @@ export const VaultsBannerStrategies = () => {
{divider}

<StrategyItem>
<b>Symbiotic</b>
<b>Obol</b>
<br /> Points
</StrategyItem>

{divider}

<StrategyItem>
<b>Mellow</b>
<b>SSV</b>
<br /> Points
</StrategyItem>

{divider}

<StrategyItem>
<b>Restaking</b>
<br /> <b>APR</b> TBD
<b>Mellow</b>
<br /> Points
</StrategyItem>
</Strategies>
</Wrap>
Expand Down

0 comments on commit 77ac0e8

Please sign in to comment.