diff --git a/src/components/HotRepoCard.tsx b/src/components/HotRepoCard.tsx index 6aad86e5..0693e9db 100644 --- a/src/components/HotRepoCard.tsx +++ b/src/components/HotRepoCard.tsx @@ -30,7 +30,7 @@ const HotRepoCard = ({ repoName }: HotRepoCardProps): JSX.Element => { rel="noreferrer" target="_blank" href={`${String( - `${bugReportLink} repo not found [${repoName}]&body=Please take a look why this ${repoName} not founded`, + `${bugReportLink} repo not found [${repoName}]&body=Please take a look why this ${repoName} not founded` )}`} > Report a bug @@ -43,10 +43,7 @@ const HotRepoCard = ({ repoName }: HotRepoCardProps): JSX.Element => { if (isLoading) { return (
- +
); } @@ -58,62 +55,41 @@ const HotRepoCard = ({ repoName }: HotRepoCardProps): JSX.Element => {
- Hot Repo Icon - - - {owner} - + Hot Repo Icon + + {owner}
{name} -

- {description} -

+

{description}

- - - - {humanizeNumber(issues)} - + + + {humanizeNumber(issues)}
- - - - {humanizeNumber(stars)} - + + + {humanizeNumber(stars)}
- + 0