From d756d5d6203fa4a12cdefbb88f4f2671d6c9afd9 Mon Sep 17 00:00:00 2001 From: lassejaco Date: Thu, 14 Mar 2024 16:58:53 +0100 Subject: [PATCH] meta --- devcon/src/components/domain/seo/SEO.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devcon/src/components/domain/seo/SEO.tsx b/devcon/src/components/domain/seo/SEO.tsx index 196831878..da1b96c21 100644 --- a/devcon/src/components/domain/seo/SEO.tsx +++ b/devcon/src/components/domain/seo/SEO.tsx @@ -34,8 +34,7 @@ export function SEO(props: SEOProps) { } const globalTitle = 'Devcon 2024' // Bogotá, Oct 11 → 14' - const globalDescription = - 'Devcon is an intensive introduction for new Ethereum explorers, a global family reunion for those already a part of our ecosystem, and a source of energy and creativity for all.' + const globalDescription = 'Devcon is the Ethereum conference for developers, researchers, thinkers, and makers.' const globalImage = 'https://www.devcon.org/assets/images/dc7-og.png' const canonical = props.canonicalUrl || ''