Skip to content

Commit

Permalink
chore: default icons
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka committed Oct 15, 2024
1 parent ee0179e commit e7cbce4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ 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_logomark-purple.png" />

<link href="/favicon-light.png" rel="icon" media="(prefers-color-scheme: light)" />
<link href="/favicon-dark.png" rel="icon" media="(prefers-color-scheme: dark)" />

<meta name="apple-mobile-web-app-title" content={`Aave`} />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
Expand Down

0 comments on commit e7cbce4

Please sign in to comment.