Skip to content

Commit

Permalink
pointless commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinusey committed Mar 7, 2024
1 parent 8a1eb0c commit 632b860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Project.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default function Project(props) {
<td className="w-[165px] px-3 pr-0 py-4">
<StatusDropdown projectid={props.id} status={props.status} />
</td>
{/* td */}
<td className="min-w-[250px] px-6 py-4">
<div className="flex flex-start items-center">
{props.github === "" ? (
Expand Down

0 comments on commit 632b860

Please sign in to comment.