Skip to content

Commit

Permalink
refactor: improve SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Feb 24, 2023
1 parent 18aefa7 commit 5f4197a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
name="description"
content="A simple emotion picker that displays all the supported GitHub emojis."
/>
<link rel="canonical" href="https://github-emoji-picker.rickstaa.dev" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand Down
10 changes: 8 additions & 2 deletions src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const Header = () => {
justifyContent="center"
>
<Grid item>
<Typography variant="h4" gutterBottom align="center">
<Typography variant="h4" gutterBottom align="center" component="h1">
GitHub Emoji Picker
</Typography>
</Grid>
Expand All @@ -44,7 +44,13 @@ export const Header = () => {
</Grid>
</Grid>
<Grid item>
<Typography variant="subtitle1" align="center" pl={1} pr={1}>
<Typography
variant="subtitle1"
align="center"
component="h2"
pl={1}
pr={1}
>
{t("header.description")}
</Typography>
</Grid>
Expand Down

1 comment on commit 5f4197a

@vercel
Copy link

@vercel vercel bot commented on 5f4197a Feb 24, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.