Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Homepage title #241

Merged
merged 2 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading