diff --git a/src/components/repo/RepoListItem.tsx b/src/components/repo/RepoListItem.tsx index 22efa4f..254bdb2 100644 --- a/src/components/repo/RepoListItem.tsx +++ b/src/components/repo/RepoListItem.tsx @@ -30,18 +30,17 @@ export function RepoListItem({ handle, repo }: RepoListItemProps) { className="pointer-events-auto absolute inset-0 rounded focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ctp-lavender" /> -
-
+
+

{name}

- - {value.knot && ( -

{value.knot}

- )} +
- + {value.knot && ( +

{value.knot}

+ )}
{value.description && ( diff --git a/src/components/repo/RepoStarCount.tsx b/src/components/repo/RepoStarCount.tsx index ce5d71f..6b736b3 100644 --- a/src/components/repo/RepoStarCount.tsx +++ b/src/components/repo/RepoStarCount.tsx @@ -24,13 +24,11 @@ export function RepoStarCount({ repoDid, variant = 'count' }: RepoStarCountProps } return ( - -