Skip to content

Commit

Permalink
Feat/lido buttons [skip cypress] (#2131)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka authored Aug 1, 2024
1 parent 4eb1449 commit f43e29b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion public/icons/tokens/lido.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/markets/lido.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/layouts/MainLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function MainLayout({ children }: { children: ReactNode }) {
buttonText="View Market"
notifyText="Aave Governance has deployed a new Lido market on Ethereum V3"
bannerVersion={APP_BANNER_VERSION}
icon={'/markets/lido.svg'}
icon={'/icons/tokens/ldo.svg'}
/>
<AppHeader />
<Box component="main" sx={{ display: 'flex', flexDirection: 'column', flex: 1 }}>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/dashboard/DashboardContentWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const DashboardContentWrapper = ({ isBorrow }: DashboardContentWrapperPro

// Todo tracking?
>
<TokenIcon sx={{ mr: 2 }} symbol="lido" />
<TokenIcon sx={{ mr: 2 }} symbol="ldo" />

<Typography variant="buttonM">
<Trans>Lido</Trans>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/markets/MarketsTopPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const MarketsTopPanel = () => {
value={currentNetworkConfig.isFork ? 'fork_proto_lido_v3' : 'proto_lido_v3'}
// Todo tracking?
>
<TokenIcon sx={{ mr: 2 }} symbol="lido" />
<TokenIcon sx={{ mr: 2 }} symbol="ldo" />

<Typography variant="buttonM">
<Trans>Lido</Trans>
Expand Down

2 comments on commit f43e29b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.