Skip to content

Commit

Permalink
Change draft project button text to "Edit Draft Project" (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAgassi authored Feb 13, 2025
2 parents 50aa3cf + 4662b9b commit 9e83124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ProjectCard/ProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const ProjectCard: FC<ProjectCardProps> = ({ data }) => {
})
}
>
Finish Submission
Edit Draft Project
</Button>
)}
{data.status !== 'draft' && (
Expand Down

0 comments on commit 9e83124

Please sign in to comment.