Skip to content

Commit

Permalink
replace image
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie committed Oct 26, 2020
1 parent 8f6f33e commit 9a8f33e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified public/social.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Head.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function Head() {
<meta property="og:site_name" content={config.title} />
<meta property="og:image" content="/social.png" key="ogimage" />
<meta property="og:locale" content="en_US" />
<meta key="type" property="og:type" ntent="website" />
<meta key="type" property="og:type" content="website" />

<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<link rel="shortcut icon" href="/favicon.ico" />
Expand Down
1 change: 0 additions & 1 deletion src/PostsRoot.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export const PostsRoot = () => {
<h1 className="mb-5 text-3xl font-bold mt-15">
💯 on the internet.
</h1>
<p>A digital garden of bdougie things.</p>
</div>
</section>
<Header gitHub={data.gitHub} adminLinks={[]} />
Expand Down

0 comments on commit 9a8f33e

Please sign in to comment.