Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
seo logo update (#5504)
Browse files Browse the repository at this point in the history
Co-authored-by: Eduard Hrachou <[email protected]>
  • Loading branch information
eduard-deriv and Eduard Hrachou authored Sep 1, 2023
1 parent 5a11f83 commit f4aee03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/containers/seo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const SEO = ({
name: 'Deriv',
alternateName: 'Deriv.com',
url: 'https://deriv.com',
logo: 'https://deriv.com/static/1b57a116945933314eefeec0030c8e9d/2a4de/logo.png',
logo: TradingImage,
sameAs: [
'https://www.facebook.com/derivdotcom',
'https://www.twitter.com/derivdotcom',
Expand Down Expand Up @@ -173,7 +173,7 @@ const SEO = ({
},
{
property: 'og:image',
content: meta_attributes?.og_img || TradingImage,
content: TradingImage,
},
{
property: 'og:image:width',
Expand Down

0 comments on commit f4aee03

Please sign in to comment.