diff --git a/web/gui-v2/src/components/MetaTagsWrapper.jsx b/web/gui-v2/src/components/MetaTagsWrapper.jsx index 8cf3f7e..aa80036 100644 --- a/web/gui-v2/src/components/MetaTagsWrapper.jsx +++ b/web/gui-v2/src/components/MetaTagsWrapper.jsx @@ -6,7 +6,7 @@ import socialCard from '@eto/social-cards/dist/tools/parat.png'; const MetaTagsWrapper = ({ title = "PARAT \u2013 Emerging Technology Observatory", subtitle = undefined, - description = "ETO's tool to map high-level trends in global emerging technology research." + description = "ETO's hub for data on private-sector companies and their AI activities." }) => { const fullTitle = subtitle ? `${subtitle} \u2013 ${title}` : title;