Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
colinramsay authored Aug 11, 2022
1 parent b1c13df commit 309ddbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Header = React.memo(() => {
{router.pathname == '/' && (
<>
<h1>Let&apos;s talk about software...</h1>
<h2>And then, let's build it.</h2>
<h2>And then, let&apos;s build it.</h2>
</>
)}
</div>
Expand Down

1 comment on commit 309ddbf

@vercel
Copy link

@vercel vercel bot commented on 309ddbf Aug 11, 2022

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.