Skip to content

Commit

Permalink
removed leftover block comment (#168)
Browse files Browse the repository at this point in the history
lgtm
  • Loading branch information
ryang72 authored Mar 15, 2019
1 parent f9d983d commit 51a3e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Head/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Head(props: HeadProps) {
<link rel="icon" type="image/png" sizes="16x16" href={favicon16} />
<link rel="mask-icon" href={safariPinnedTab} color="#0080c6" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="theme-color" content="#ffffff" /> */}
<meta name="theme-color" content="#ffffff" />
{/* Canonical URL */}
<link rel="canonical" href={props.url} />
{/* Facebook Tags
Expand Down

0 comments on commit 51a3e97

Please sign in to comment.