From 474a0441a2a8c49870a8944c4bea60f827cfef73 Mon Sep 17 00:00:00 2001 From: Diogo Soares <32431609+DiogoSoaress@users.noreply.github.com> Date: Tue, 15 Aug 2023 11:56:03 +0200 Subject: [PATCH] feat: update CTA href and Safe stats (#229) * feat: update CTA URL * update Safe stats * update version --- package.json | 2 +- src/content/core.json | 2 +- src/content/home.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9f95689d0..0c7f7c612 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/content/core.json b/src/content/core.json index 572df7eb4..0f4b53265 100644 --- a/src/content/core.json +++ b/src/content/core.json @@ -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" }, { diff --git a/src/content/home.json b/src/content/home.json index d1106602e..6b28c54bc 100644 --- a/src/content/home.json +++ b/src/content/home.json @@ -14,15 +14,15 @@ "text": "Previously called Gnosis Safe, Safe 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" } ],