Skip to content

Commit

Permalink
Update src/shared/seo.tsx
Browse files Browse the repository at this point in the history
Typo fixed

Co-authored-by: Antonio Salazar Cardozo <antonio@thesis.co>
  • Loading branch information
alsoknownaslj and Shadowfiend committed Mar 10, 2023
1 parent df85485 commit 10299c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/seo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function SEO({
metaImage?: string;
}) {
const metaTitle = title ?? `Taho — The community owned & operated wallet`;
const metaDescription = description ?? `Taho is the first web3 wallet built by and for the community We're 100% open source, all in-wallet revenue flows back to users, and, unlike other crypto wallets, we never limit access to your assets, no matter where you live. `;
const metaDescription = description ?? `Taho is the first web3 wallet built by and for the community. We're 100% open source, all in-wallet revenue flows back to users, and, unlike other crypto wallets, we never limit access to your assets, no matter where you live. `;

return (
<Helmet
Expand Down

0 comments on commit 10299c0

Please sign in to comment.