Skip to content

Commit

Permalink
fix: title
Browse files Browse the repository at this point in the history
  • Loading branch information
StarchenkovYaroslav committed Jul 17, 2023
1 parent cb9a26e commit cfaa6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const About: FC = () => {
<Helmet>
<title>About page</title>
</Helmet>
<h1 data-testid="page-title">Abou</h1>
<h1 data-testid="page-title">About</h1>
<p>This is an example application.</p>
</>
);
Expand Down

0 comments on commit cfaa6ef

Please sign in to comment.