Skip to content

Commit

Permalink
Fix/update icon (#2307)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka authored Jan 7, 2025
1 parent c127019 commit b8f2c71
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added public/aave_180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/aave_icon180.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function Meta({ title, description, imageUrl, timestamp }: MetaProps) {
key="keywords"
content="Decentralized Finance, DeFi, lending, borrowing, stablecoins, Ethereum, assets, erc-20, smart contracts, open finance, trustless"
/>
<link rel="apple-touch-icon" href="/aave_icon180.png" />
<link rel="apple-touch-icon" href="/aave_180.png" />
<meta name="apple-mobile-web-app-title" content={`Aave`} />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
Expand Down

1 comment on commit b8f2c71

@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.