From ca12511e6da6ff161ab5b63d7ccf5a45145c9333 Mon Sep 17 00:00:00 2001 From: mrfry Date: Tue, 16 Feb 2021 09:27:23 +0100 Subject: [PATCH] Contribute page imporvements --- src/pages/contribute.js | 33 ++++++++++++++++----------------- src/pages/contribute.module.css | 4 ++++ 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/src/pages/contribute.js b/src/pages/contribute.js index 136583f..a20d28e 100644 --- a/src/pages/contribute.js +++ b/src/pages/contribute.js @@ -84,35 +84,34 @@ export default function contribute() { -n, és útbaigazítalak. -
Itt írhatsz új todo-ra ötleteket, vagy jelezhetsz hogy egyikben segítenél
{renderNewTaskArea()} +
+
Git repos


-
    - {Object.keys(repos.repos).map((key) => { - let repo = repos.repos[key] - return ( -
  • - {repo.description} -
  • - ) - })} -
+ {Object.keys(repos.repos).map((key) => { + let repo = repos.repos[key] + return ( + + {repo.description} + + ) + })}
-
- -
+
+
+
) diff --git a/src/pages/contribute.module.css b/src/pages/contribute.module.css index 081839f..b3e2a02 100644 --- a/src/pages/contribute.module.css +++ b/src/pages/contribute.module.css @@ -39,3 +39,7 @@ font-size: 30px; text-align: center; } + +.repos a { + margin: 0px 5px; +}