Skip to content

Commit

Permalink
Update src/components/ProjectCard.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
guibranco and sourcery-ai[bot] authored Dec 28, 2024
1 parent 35380fd commit 6086d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const Description = styled.p`
* @param {Object} props - The properties for the ProjectCard component.
* @param {string} props.title - The title of the project.
* @param {string} props.description - The description of the project.
* @param {string} props.slug - The unique identifier for the project is used in URLs.
* @param {string} props.slug - The unique identifier for the project, used in URLs.
* @param {number} props.apiVersion - The version of the API to be displayed.
*
* @returns {JSX.Element} A JSX element representing the project card.
Expand Down

0 comments on commit 6086d19

Please sign in to comment.