From 53b8a2a43a22754dd19bcd869c69ddf2a443037f Mon Sep 17 00:00:00 2001 From: Amaresh S M Date: Wed, 11 Jan 2023 22:48:29 +0530 Subject: [PATCH 1/2] Update labeler.yml --- .github/labeler.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index b8ee4b8..6746185 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,2 +1,5 @@ documentation: - - documentation/**/* \ No newline at end of file + - documentation/**/* +code+documentation: + - documentation/**/* + - src/**/* From 1317e3a3a2e36c7743aa997dde3b323024303f49 Mon Sep 17 00:00:00 2001 From: Amaresh S M Date: Wed, 11 Jan 2023 22:50:36 +0530 Subject: [PATCH 2/2] change landing page style --- documentation/src/styles/Landing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/styles/Landing.js b/documentation/src/styles/Landing.js index bab6985..fd28138 100644 --- a/documentation/src/styles/Landing.js +++ b/documentation/src/styles/Landing.js @@ -85,7 +85,7 @@ const useStyles = makeStyles((theme) => ({ }, packageIconGithub: { fontSize: '2.3rem', - margin: '2.5px 10px', + margin: '3px 10px', }, packageIconNpm: { fontSize: '2.3rem',