From 0334b1dcc5e0ae67f02337645bcb1354a19cb2b9 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 27 Dec 2023 12:11:37 -0500 Subject: [PATCH] fix: update homepage title --- app/routes/_index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index 5c2c9b7..4cc1b9c 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -19,7 +19,8 @@ type LoaderData = { }; export function meta(meta: ServerRuntimeMetaArgs) { - const title = "web3.news - Your Community Hub for Web3 & Blockchain News"; + const title = + "web3.news - Your Community Hub for Web3, DeFi, and the Open Web"; const description = "Discover Web3.news: Your hub for community-driven FOSS news in Web3, Crypto, and DeFi. Engage in collaboration, innovation, and uphold free speech and privacy.";