Skip to content

Commit

Permalink
add index page title h1 element
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Feb 8, 2024
1 parent 2573d38 commit 627c0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/projects/ssr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export function ProjectsPageComponent(props: { projects: Project[] }) {
content="List of initiatives owned by the Open Source Software team."
/>
</Helmet>
<h1>Open Source Software projects</h1>
<ProjectPreviewListComponent projects={props.projects} />
</main>
);
Expand Down

0 comments on commit 627c0cd

Please sign in to comment.