Skip to content

Commit

Permalink
removed priority
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-besch committed Jan 19, 2024
1 parent 9c9d138 commit 4954f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/project_list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const ProjectList = (props: ProjectListProps) => {
<hr />
<div className={styles.text}>
<p>{project.description}</p>
<p>{project.priority}</p>
{/* <p>{project.priority}</p> */}
</div>
</div>
</a>
Expand Down

0 comments on commit 4954f5f

Please sign in to comment.