Skip to content

Commit

Permalink
fix(seo): update description
Browse files Browse the repository at this point in the history
  • Loading branch information
bcanseco committed Mar 28, 2021
1 parent 9cad656 commit 50ccdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/seo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const SEO = ({ description, meta, title }) => {
};

SEO.defaultProps = {
description: 'Borja Canseco is a software engineer based in Denver, CO. He currently works under Twilio\'s Developer Experience unit. This is his personal website.',
description: 'Borja Canseco is a software engineer based in Denver, CO. He currently works on the Twilio Studio product. This is his personal website.',
meta: [],
};

Expand Down

0 comments on commit 50ccdec

Please sign in to comment.