Skip to content

Commit

Permalink
fix: update meta (#1099)
Browse files Browse the repository at this point in the history
* fix: update `meta`

* fix: revert `titleText`
  • Loading branch information
iamacook authored Nov 8, 2022
1 parent 61cbc36 commit 963e026
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/common/MetaTags/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { ContentSecurityPolicy, StrictTransportSecurity } from '@/config/securit
import palette from '@/styles/colors'
import darkPalette from '@/styles/colors-dark'

const descriptionText = 'Safe (formerly Gnosis Safe) is the most trusted platform to manage digital assets'
const descriptionText =
'Safe (prev. Gnosis Safe) is the most trusted platform to manage digital assets on Ethereum and multiple EVMs. Over $40B secured. Unlock Ownership.'
const titleText = 'Safe'

const MetaTags = ({ prefetchUrl }: { prefetchUrl: string }) => (
Expand Down

0 comments on commit 963e026

Please sign in to comment.