diff --git a/public/images/social-share.png b/public/images/social-share.png index a8ac4abd10..d555648383 100644 Binary files a/public/images/social-share.png and b/public/images/social-share.png differ diff --git a/src/components/common/MetaTags/index.tsx b/src/components/common/MetaTags/index.tsx index 0f8a9ad64f..c16f7f4b36 100644 --- a/src/components/common/MetaTags/index.tsx +++ b/src/components/common/MetaTags/index.tsx @@ -3,7 +3,7 @@ import { ContentSecurityPolicy, StrictTransportSecurity } from '@/config/securit import { lightPalette, darkPalette } from '@safe-global/safe-react-components' const descriptionText = - 'Safe (prev. Gnosis Safe) is the most trusted platform to manage digital assets on Ethereum and multiple EVMs. Over $40B secured.' + 'BNB Safe is a fork of Safe(pre Gnosis Safe) to manage digital assets on BSC, Opbnb and multiple EVMs.' const titleText = 'BNB Safe' const MetaTags = ({ prefetchUrl }: { prefetchUrl: string }) => ( @@ -11,14 +11,14 @@ const MetaTags = ({ prefetchUrl }: { prefetchUrl: string }) => ( {/* Social sharing */} - + - + {/* CSP */}