Skip to content

Commit

Permalink
Update repository path in the new workspace page
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsiolis committed Sep 20, 2023
1 parent a2b5b00 commit 705a741
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 @@ -212,7 +212,7 @@ const SuggestedRepositoryOption: FC<SuggestedRepositoryOptionProps> = ({ repo })
)}

{/* TODO: refine some Text* components a bit to make it easy to set the right colors for dark/light mode */}
<span className="text-xs whitespace-nowrap truncate overflow-ellipsis text-gray-400 dark:text-gray-400">
<span className="text-sm whitespace-nowrap truncate overflow-ellipsis text-gray-400 dark:text-gray-400">
{stripOffProtocol(repo.url)}
</span>
</div>
Expand Down

0 comments on commit 705a741

Please sign in to comment.