Web Updates (#892) [ci skip]

This commit is contained in:
dkhamsing 2020-09-16 06:42:03 -07:00 committed by GitHub
parent 2f175c2196
commit fbfcb451ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -81,8 +81,8 @@ const ProjectCard = ({ project }: { project: Project }) => {
{project.description}
</Typography>
<Divider />
<Typography>Lang: {project.lang || 'en'}</Typography>
<Typography>Added: {project.date_added}</Typography>
<Typography>Language: {project.lang || 'en'}</Typography>
<Typography>Added: {project.date_added || 'n/a'}</Typography>
<Typography>GitHub Stars: {project.stars}</Typography>
<Typography>
Code:{' '}
@ -109,7 +109,7 @@ const ProjectCard = ({ project }: { project: Project }) => {
)}
</Typography>
<Typography>
iTunes:{' '}
App Store:{' '}
{project.itunes ? (
<a href={project.itunes} target="_blank" rel="noreferrer">
{project.itunes}