mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-12-22 21:38:44 +01:00
Web Updates (#892) [ci skip]
This commit is contained in:
parent
2f175c2196
commit
fbfcb451ee
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user