Skip to content

Commit

Permalink
update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
p6te committed Oct 18, 2024
1 parent ad45056 commit 3e0d3c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script>
window.global = window
</script>
<link rel="apple-touch-icon" sizes="320x180" href="//logoV2small.png" />
<link rel="apple-touch-icon" sizes="320x180" href="//logoV2.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
Expand Down Expand Up @@ -48,7 +48,7 @@
<meta
property="twitter:description"
content="Discover Invariant, Aleph Zero's most efficient AMM DEX. Concentrated liquidity ensures top-tier capital efficiency for all DeFi traders." />
<meta property="twitter:image" content="https://azero.invariant.app/favicon-192x192.png" />
<meta property="twitter:image" content="https://azero.invariant.app/logoV2.png" />

<!-- DublinCore -->
<link rel="schema.dcterms" href="https://purl.org/dc/terms/" />
Expand All @@ -70,7 +70,7 @@
<meta
itemprop="description"
content="Invariant offers top-tier capital efficiency and risk management on Aleph Zero, making it the most advanced AMM DEX for DeFi investors." />
<meta itemprop="image" content="/logoV2small.png" />
<meta itemprop="image" content="/logoV2.png" />

<!-- Canonical URL -->
<link rel="canonical" href="https://azero.invariant.app/" />
Expand All @@ -85,7 +85,7 @@
"@type": "Organization",
"name": "Invariant",
"url": "https://invariant.app/",
"logo": "/logoV2small.png",
"logo": "/logoV2.png",
"sameAs": [
"https://twitter.com/invariant_labs",
"https://medium.com/@invariantlabs",
Expand Down
Binary file removed public/logoV2small.png
Binary file not shown.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"type": "image/png"
},
{
"src": "/logoV2small.png",
"src": "/logoV2.png",
"sizes": "320x180",
"type": "image/png",
"purpose": "any maskable"
Expand Down

0 comments on commit 3e0d3c4

Please sign in to comment.