Skip to content

Commit

Permalink
chore: update metatags
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress committed Nov 22, 2024
1 parent e0eea9b commit 81f03bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Safenet/Metatags.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import MetaTags from '@/components/common/MetaTags'

const Metadata = () => {
const title = 'Safenet landing page'
const description = 'description'
const title = 'INTRODUCING SAFENET - NEW CHAIN ABSTRACTION PROTOCOL BY SAFE'
const description = 'Instant Cross-chain Transactions. Execution Guarantees. On any network.'

return <MetaTags pageTitle={title} description={description} />
}
Expand Down

0 comments on commit 81f03bb

Please sign in to comment.