Skip to content

Commit

Permalink
fix: Homepage title (#241)
Browse files Browse the repository at this point in the history
* fix: reduce homepage title

* fix: adjust Wallet and Ecosystem pages meta description
  • Loading branch information
DiogoSoaress authored Sep 21, 2023
1 parent 5d555c9 commit 5a8a6b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/content/ecosystem.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{
"pageTitle": "Safe – Ecosystem",
"description": "Explore the Safe Ecosystem",
"image": "https://safe.global/images/ecosystem-image.jpg",
"component": "common/MetaTags"
},
Expand Down
2 changes: 1 addition & 1 deletion src/content/home.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"pageTitle": "Safe – Previously Gnosis Safe – Crypto wallet, web3 account abstraction developer stack",
"pageTitle": "Safe – Previously Gnosis Safe",
"component": "common/MetaTags"
},
{
Expand Down
8 changes: 3 additions & 5 deletions src/content/wallet.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{
"pageTitle": "Safe Wallet – Self-custodial multisig wallet for the Ethereum ecosystem",
"pageTitle": "Safe Wallet",
"description": "Self-custodial multisig wallet for the Ethereum ecosystem",
"component": "common/MetaTags"
},
{
Expand Down Expand Up @@ -231,10 +232,7 @@
},
{
"label": "Allow push notifications",
"description": [
"Track movement of your assets and transactions",
"Get alerts"
],
"description": ["Track movement of your assets and transactions", "Get alerts"],
"state": "active"
},
{
Expand Down

0 comments on commit 5a8a6b4

Please sign in to comment.