From e1ea32a819416b995768a67bfaaf229ebccd6698 Mon Sep 17 00:00:00 2001 From: btoure98 Date: Fri, 15 Oct 2021 15:07:40 +0200 Subject: [PATCH 1/4] Petite modif pour test preview --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2fa78e71..40fe9ca0 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,5 @@ You don’t have to ever use `eject`. The curated feature set is suitable for sm You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). + +#juste pour pull request From b5565636f79edb3a415fa5ce51a6b2aca5ca5962 Mon Sep 17 00:00:00 2001 From: btoure98 Date: Fri, 15 Oct 2021 16:17:05 +0200 Subject: [PATCH 2/4] casser la config CI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 75e5d76d..c5e46523 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: # fallback to using the latest cache if no exact match is found - v1-dependencies- - - run: curl -o- -L https://yarnpkg.com/install.sh | bash + - run: curl -o- -L https://yarnpkg.com/install.sh | badhdhsh - run: yarn install - save_cache: From 05d17df8c19f49b97dd04a98e5c7c6c2bd799c04 Mon Sep 17 00:00:00 2001 From: btoure98 Date: Fri, 15 Oct 2021 16:21:10 +0200 Subject: [PATCH 3/4] Revert "casser la config CI" This reverts commit b5565636f79edb3a415fa5ce51a6b2aca5ca5962. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c5e46523..75e5d76d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: # fallback to using the latest cache if no exact match is found - v1-dependencies- - - run: curl -o- -L https://yarnpkg.com/install.sh | badhdhsh + - run: curl -o- -L https://yarnpkg.com/install.sh | bash - run: yarn install - save_cache: From b66aad3c7f0d5523caac91e9fe56311c01b2bec0 Mon Sep 17 00:00:00 2001 From: btoure98 Date: Fri, 15 Oct 2021 16:31:23 +0200 Subject: [PATCH 4/4] change + color to red --- src/components/FoodTile/FoodTile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FoodTile/FoodTile.tsx b/src/components/FoodTile/FoodTile.tsx index 9a305eca..25ea510b 100644 --- a/src/components/FoodTile/FoodTile.tsx +++ b/src/components/FoodTile/FoodTile.tsx @@ -90,7 +90,7 @@ const styles = (theme: CustomTheme): Record => ({ } }, button: { - color: "grey" + color: "red" }, image: { height: 100