Skip to content

Commit

Permalink
Merge pull request #5 from hyperaudio/4-twitter-handle
Browse files Browse the repository at this point in the history
Update Head.js with new Hyperaudio Twitter handle
  • Loading branch information
maboa authored Aug 17, 2021
2 parents 8069243 + d425db5 commit 4d05fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Head.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Head(props) {

{/* twitter metadata */}
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@hyperaudi_io" />
<meta name="twitter:creator" content="@hyperaudio" />

{/* og metadata */}
<meta property="og:description" content={config.description} />
Expand Down

0 comments on commit 4d05fe1

Please sign in to comment.