Skip to content

Commit

Permalink
fix: add a description and improve title
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Mar 7, 2024
1 parent 22d52d8 commit ecacf01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
<meta http-equiv="X-UA-Compatible" content="ie-edge" />
<link rel="icon" type="image/png" href="../public/favicon.png" />
<link rel="stylesheet" href="./src/index.css" />
<title>Protontweaks</title>
<title>Protontweaks: Proton Tricks Automated</title>
<meta name="keywords" content="proton, protontricks, tool, api, database, steam, games" />
<meta
name="description"
content="Protontweaks is both a tool and api for automatically applying protontricks to games to ensure they play as smoothly as possible."
/>

<script>
// This is here purely to get React to shut up about React DevTools
Expand Down
2 changes: 1 addition & 1 deletion src/components/AppHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const AppHeader: FC<Props> = ({ onChange }) => {
sticky && 'sm:mx-5 sm:top-5 sm:rounded-full'
)}
>
<Link to="/" className="text-2xl text-center hover:text-pink-300 transition-colors">
<Link to="/" className="text-2xl text-center hover:text-pink-300 transition-colors" role="heading">
Protontweaks
</Link>
<div className="flex flex-1 gap-4">
Expand Down

0 comments on commit ecacf01

Please sign in to comment.