From bcdbde46552c5843927443f7b5e86d2209b32216 Mon Sep 17 00:00:00 2001 From: akcodez Date: Tue, 3 Dec 2024 09:49:06 -0800 Subject: [PATCH] revert title change as it affects the sidebar negatively --- docs/use-cases/tokenization/real-world-assets.page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use-cases/tokenization/real-world-assets.page.tsx b/docs/use-cases/tokenization/real-world-assets.page.tsx index c07dbe1aae..c707ace648 100644 --- a/docs/use-cases/tokenization/real-world-assets.page.tsx +++ b/docs/use-cases/tokenization/real-world-assets.page.tsx @@ -4,7 +4,7 @@ import { useEffect } from "react"; export const frontmatter = { seo: { - title: "RWA Tokenization on XRP Ledger Blockchain", + title: "Real-World Asset Tokenization", description: "Power blockchain tokenization use cases on the XRP Ledger. Learn how to build RWA tokenization solutions with developer tools and APIs. Get started today.", },