Skip to content

Commit

Permalink
Update meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoreale committed Apr 11, 2024
1 parent 96fde05 commit 2e87f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Page({ children, title = i18n('common.frontPageTitle') }
return (
<>
<Helmet title={title}>
<meta name="streamr-client" content={pkg.dependencies['@streamr/sdk'].version} />
<meta name="@streamr/sdk" content={pkg.dependencies['@streamr/sdk'].version} />
</Helmet>
<main
css={[
Expand Down

0 comments on commit 2e87f84

Please sign in to comment.