Merge pull request #1330 from arnav-kr/patch-1

fix: typo in object property name
This commit is contained in:
Max Wofford 2024-08-22 05:48:38 +00:00 committed by GitHub
commit 8e71f82ef2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}