Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress committed Dec 3, 2024
1 parent 393a7e0 commit ba7b1b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "safe-homepage",
"homepage": "https://github.com/safe-global/safe-homepage",
"version": "1.5.9",
"version": "1.6.0",
"scripts": {
"build": "next build && next export",
"lint": "next lint",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Safenet/Metatags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Metadata = () => {
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} image="/images/Safenet/meta-image-safenet.jpg" />
return <MetaTags pageTitle={title} description={description} image="/images/Safenet/meta-image-safenet.png" />
}

export default Metadata

0 comments on commit ba7b1b4

Please sign in to comment.