mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Merge pull request #1330 from arnav-kr/patch-1
fix: typo in object property name
This commit is contained in:
commit
8e71f82ef2
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ const ProjectShowPage = ({ projectID }) => {
|
|||
key={project.id}
|
||||
id={project.id}
|
||||
title={project.title}
|
||||
desc={project.desc}
|
||||
description={project.description}
|
||||
slack={project.slackLink}
|
||||
codeLink={project.codeLink}
|
||||
playLink={project.playLink}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue