Skip to content

Commit

Permalink
seo: update website cover
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaburgio committed Oct 21, 2023
1 parent a4f099d commit b57280e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iconoir.com/components/SEO.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function SEO({ title }: SEOProps) {
<meta property="og:url" content="https://iconoir.com" />
<meta
property="og:image"
content="https://iconoir.com/iconoir-brand-03.png"
content="https://iconoir.com/iconoir-brand.png"
/>
<meta
property="og:description"
Expand All @@ -42,11 +42,11 @@ export function SEO({ title }: SEOProps) {
<meta name="twitter:url" content="https://iconoir.com" />
<meta
name="twitter:image"
content="https://iconoir.com/iconoir-brand-03.png"
content="https://iconoir.com/iconoir-brand.png"
/>
<meta
name="twitter:image:secure_url"
content="https://iconoir.com/iconoir-brand-03.png"
content="https://iconoir.com/iconoir-brand.png"
/>
<meta
name="twitter:image:alt"
Expand Down
Binary file added iconoir.com/public/iconoir-brand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b57280e

Please sign in to comment.