1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:26:37 -04:00

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

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) => (