We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9d49d commit ed8a3dcCopy full SHA for ed8a3dc
components/dashboard/src/admin/ProjectsSearch.tsx
@@ -120,7 +120,7 @@ export function ProjectsSearch() {
120
<div className="font-medium text-gray-800 dark:text-gray-100 truncate">{p.project.name}</div>
121
</div>
122
<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>
+ <div className="text-gray-500 dark:text-gray-100 truncate">{p.project.cloneUrl}</div>
124
125
<div className="flex w-2/12 self-center">
126
<div className="text-sm w-full text-gray-400 truncate">{moment(p.project.creationTime).fromNow()}</div>
0 commit comments