diff --git a/src/components/IssueList.tsx b/src/components/IssueList.tsx index eb32a98..4fb9a6f 100644 --- a/src/components/IssueList.tsx +++ b/src/components/IssueList.tsx @@ -111,7 +111,7 @@ export default function IssueList(props: IssueListI) { rel="noreferrer" href={`https://github.com/${profile}`} > - {profile} + {profile.length > 15 ? profile.slice(0, 17)+"..." : profile}