Skip to content

Commit

Permalink
remove project distinction for now
Browse files Browse the repository at this point in the history
  • Loading branch information
selfcontained committed Oct 11, 2023
1 parent 1b2b8eb commit ff54f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/components/RepositoryFinder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const SuggestedRepositoryOption: FC<SuggestedRepositoryOptionProps> = ({ repo })
aria-label={`${repo.projectId ? "Project" : "Repo"}: ${repo.url}`}
>
<span className={"pr-2"}>
<RepositoryIcon className={`w-5 h-5 ${repo.projectId ? "text-gray-400" : "text-gray-400/50"}`} />
<RepositoryIcon className={`w-5 h-5 text-gray-400`} />
</span>

{name && (
Expand Down

0 comments on commit ff54f36

Please sign in to comment.