Skip to content

Commit

Permalink
Update Meta.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi authored Aug 30, 2022
1 parent 79f09a9 commit 1506bfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/common/Meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function Meta(): ReactElement {
<meta httpEquiv={'X-UA-Compatible'} content={'IE=edge'} />
<meta name={'viewport'} content={'minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no, viewport-fit=cover'} />
<meta name={'description'} content={meta.name} />
<meta name={'git-url'} content={meta.github} />
<meta name={'msapplication-TileColor'} content={meta.title_color} />
<meta name={'theme-color'} content={meta.theme_color} />

Expand Down Expand Up @@ -71,4 +72,4 @@ function Meta(): ReactElement {
);
}

export default Meta;
export default Meta;

1 comment on commit 1506bfb

@vercel
Copy link

@vercel vercel bot commented on 1506bfb Aug 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web-lib-template – ./

web-template-bay.vercel.app
web.ycorpo.com
web-lib-template.yearn.farm
web-lib-template-git-main.yearn.farm

Please sign in to comment.