Skip to content

Commit

Permalink
feat: update CTA href and Safe stats (#229)
Browse files Browse the repository at this point in the history
* feat: update CTA URL

* update Safe stats

* update version
  • Loading branch information
DiogoSoaress authored Aug 15, 2023
1 parent d86453e commit 474a044
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2.3",
"version": "1.2.4",
"scripts": {
"build": "next build && next export",
"lint": "tsc && next lint",
Expand Down
2 changes: 1 addition & 1 deletion src/content/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"buttons": [
{
"text": "Read Whitepaper",
"href": "https://github.com/safe-global/safe-core-protocol-specs",
"href": "https://github.com/safe-global/safe-core-protocol-specs/blob/main/whitepaper.pdf",
"variant": "button"
},
{
Expand Down
6 changes: 3 additions & 3 deletions src/content/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"text": "Previously called Gnosis Safe, <i>Safe</i> spun out with a mission to build a better standard for ownership with smart contract accounts. Since 2018, Safe has grown to support several EVM chains",
"items": [
{
"title": "11M",
"title": "16M",
"text": "Total transactions"
},
{
"title": "$58B",
"title": "$56B",
"text": "Total assets stored"
},
{
"title": "3M",
"title": "4.3M",
"text": "Safe accounts deployed"
}
],
Expand Down

0 comments on commit 474a044

Please sign in to comment.