diff --git a/src/components/repo/RepoListItem.tsx b/src/components/repo/RepoListItem.tsx index 480ebdc..22efa4f 100644 --- a/src/components/repo/RepoListItem.tsx +++ b/src/components/repo/RepoListItem.tsx @@ -22,16 +22,19 @@ export function RepoListItem({ handle, repo }: RepoListItemProps) { return ( + +
- +

{name} - +

{value.knot && (

{value.knot}

@@ -42,7 +45,7 @@ export function RepoListItem({ handle, repo }: RepoListItemProps) {
{value.description && ( -
+
{value.description}
)}