diff --git a/src/pages/Profile.tsx b/src/pages/Profile.tsx index 9dc58de..b9da8d9 100644 --- a/src/pages/Profile.tsx +++ b/src/pages/Profile.tsx @@ -189,7 +189,7 @@ const Profile: FC = ({dev}) => { ) : ( dev.repos.map((r: Repo, i: number) => ( -
+

{r.name} @@ -199,13 +199,13 @@ const Profile: FC = ({dev}) => {
  • - Stars: 42 + Stars: {r.stars}
  • - Watchers: 2 + Watchers: {r.watchers}
  • - Forks: 4 + Forks: {r.forks}