Skip to content

Commit

Permalink
Update OpenGraph description
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlove committed Jun 25, 2024
1 parent b7c7327 commit 425af88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/gui-v2/src/components/MetaTagsWrapper.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 425af88

Please sign in to comment.