Skip to content

Commit

Permalink
update copyright text
Browse files Browse the repository at this point in the history
  • Loading branch information
im6 committed Aug 30, 2020
1 parent 8becaef commit c93d009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/AppContainer/MetaInfo/OpenGraph/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const OpenGraph = () => (

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content={ogSiteName} />
{/* <meta name="twitter:creator" content="ZJ Guo" /> */}
{/* <meta name="twitter:creator" content="creater name here" /> */}
<meta name="twitter:title" content={ogTitle} />
<meta name="twitter:description" content={ogDescription} />
<meta name="twitter:image" content={ogImage} />
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const iconCdnUrl = '//dkny.oss-cn-hangzhou.aliyuncs.com/1/icons';
export const nonLazyImg = 0;
export const favIconSvgUrl = `${iconCdnUrl}/deno.svg`; // [fav.ico, deno-fav.png]
export const favIconPngUrl = `${iconCdnUrl}/deno-fav.png`;
export const author = 'ZJ Guo';
export const author = 'Zijian Guo';
export const pageSpeedUrl =
'https://developers.google.com/speed/pagespeed/insights/?url=www.javascript.fun&tab=desktop';
export const hideGithubCorner = false;
Expand Down

0 comments on commit c93d009

Please sign in to comment.