update <PageTitle /> component

This commit is contained in:
2022-01-12 12:56:24 -05:00
parent 3dfe85d5f6
commit e6ead77f5f
14 changed files with 58 additions and 66 deletions
+3 -7
View File
@@ -15,13 +15,9 @@ const Projects = (props: { repos: RepoType[] }) => (
}}
/>
<PageTitle
title={
<>
<ProjectsIcon /> Projects
</>
}
/>
<PageTitle>
<ProjectsIcon /> Projects
</PageTitle>
<div>
{props.repos.map((repo: RepoType) => (