Skip to content

Commit

Permalink
fix: small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Oct 4, 2024
1 parent 8dd95ed commit a26ba20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/components/home/DecentralizedApps/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,18 @@ export const DecentralizedApps = () => {
</Flex>
<Carousel>
<Title>Supported Wallets</Title>
<WalletImg src={metamask} alt="Metamask" />
<WalletImg src={binance} alt="Binance" />
<WalletImg src={bitget} alt="Bitget" />
<WalletImg src={meteor} alt="Meteor" />
<WalletImg src={bitte} alt="Bitte" />
<WalletImg src={here} alt="Here" />
<WalletImg src={bitget} alt="Bitget" />
<WalletImg src={uniswap} alt="Uniswap" />
<WalletImg src={ledger} alt="Ledger" />
<WalletImg src={metamask} alt="Metamask" />
<WalletImg src={meteor} alt="Meteor" />
<WalletImg src={myNear} alt="MyNear" />
<WalletImg src={safePal} alt="SafePal" />
<WalletImg src={sender} alt="Sender" />
<WalletImg src={trustWallet} alt="TrustWallet" />
<WalletImg src={uniswap} alt="Uniswap" />
</Carousel>
</Flex>
</Grid>
Expand Down
6 changes: 1 addition & 5 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,4 @@ h6 {
right: 2px;
bottom: 10px;
}
}

g {
color: green;
}
}

0 comments on commit a26ba20

Please sign in to comment.