Skip to content

Commit

Permalink
[dashboard] add cloneUrl to repo dropdown
Browse files Browse the repository at this point in the history
closes #11917
  • Loading branch information
trumbitta committed Sep 23, 2022
1 parent 689b7f8 commit 424d980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/dashboard/src/projects/NewProject.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ export default function NewProject() {
<div
key={`repo-${index}-${r.account}-${r.name}`}
className="flex p-3 rounded-xl hover:bg-gray-100 dark:hover:bg-gray-800 focus:bg-gitpod-kumquat-light transition ease-in-out group"
title={r.cloneUrl}
>
<div className="flex-grow">
<div
Expand Down

0 comments on commit 424d980

Please sign in to comment.