Skip to content

Commit ed8a3dc

Browse files
Laurie T. Malaugtsiolis
authored andcommitted
Update components/dashboard/src/admin/ProjectsSearch.tsx
Co-authored-by: George Tsiolis <[email protected]>
1 parent 4d9d49d commit ed8a3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/admin/ProjectsSearch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export function ProjectsSearch() {
120120
<div className="font-medium text-gray-800 dark:text-gray-100 truncate">{p.project.name}</div>
121121
</div>
122122
<div className="flex flex-col w-6/12 truncate">
123-
<div className="font-medium text-gray-800 dark:text-gray-100 truncate">{p.project.cloneUrl}</div>
123+
<div className="text-gray-500 dark:text-gray-100 truncate">{p.project.cloneUrl}</div>
124124
</div>
125125
<div className="flex w-2/12 self-center">
126126
<div className="text-sm w-full text-gray-400 truncate">{moment(p.project.creationTime).fromNow()}</div>

0 commit comments

Comments
 (0)