From f54ad80aa2f36d38779905ef837b51bf29214b4c Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Wed, 20 May 2020 17:59:41 +0200 Subject: [PATCH] edit profile presentation --- src/pages/Profile.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}