From 2ca6ab7b4937e795682f62bcfa7acd82743f5f1d Mon Sep 17 00:00:00 2001 From: J-Ha <5481259+jhaaaa@users.noreply.github.com> Date: Thu, 2 May 2024 08:31:40 -0700 Subject: [PATCH] update ID data on home and meta (#725) --- src/components/BuiltWithXmtp/index.js | 2 +- src/pages/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BuiltWithXmtp/index.js b/src/components/BuiltWithXmtp/index.js index 63b29841..d9657d02 100644 --- a/src/components/BuiltWithXmtp/index.js +++ b/src/components/BuiltWithXmtp/index.js @@ -15,7 +15,7 @@ const BuiltWithXmtp = () => {

- 1,894,182+ + 1,919,923+ web3 identities rely on apps built with XMTP for secure, private, diff --git a/src/pages/index.mdx b/src/pages/index.mdx index 0bddbef5..6a96ef56 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -1,7 +1,7 @@ --- hide_table_of_contents: true title: The open source protocol for web3 messaging -description: 1.8M+ web3 identities trust XMTP for secure & private messaging +description: 1.9M+ web3 identities trust XMTP for secure & private messaging --- import BuiltWithXmtp from "@site/src/components/BuiltWithXmtp";