From dc5f03f7ef98fbd05d45c6110bba04f1f9a38fb4 Mon Sep 17 00:00:00 2001 From: Raihan Nismara <31585789+raihan71@users.noreply.github.com> Date: Fri, 24 Jul 2020 16:22:06 +0700 Subject: [PATCH 1/3] Added React logo in README.md * Added React logo in README file that makes looks nicer now. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d2052385e..8b507bbad 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Create React App [](https://dev.azure.com/facebook/create-react-app/_build/latest?definitionId=1&branchName=master) [](https://github.com/facebook/create-react-app/blob/master/CONTRIBUTING.md) +<img alt="Logo React" align="right" src="https://reactnative.dev/img/header_logo.svg" width="20%" /> + Create React apps with no build configuration. - [Creating an App](#creating-an-app) – How to create a new app. -- GitLab From 09e92fe5ea663234e4fc6dd289b4fb2c5936bf50 Mon Sep 17 00:00:00 2001 From: Raihan Nismara <31585789+raihan71@users.noreply.github.com> Date: Sat, 25 Jul 2020 05:23:03 +0700 Subject: [PATCH 2/3] Added CRA Logo in README.md that looks nicer * Replacing React Logo with CRA Logo instead Co-authored-by: Eddie Monge Jr <eddiemonge@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b507bbad..6416fb20d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Create React App [](https://dev.azure.com/facebook/create-react-app/_build/latest?definitionId=1&branchName=master) [](https://github.com/facebook/create-react-app/blob/master/CONTRIBUTING.md) -<img alt="Logo React" align="right" src="https://reactnative.dev/img/header_logo.svg" width="20%" /> +<img alt="Logo React" align="right" src="https://create-react-app.dev/img/logo.svg" width="20%" /> Create React apps with no build configuration. -- GitLab From 728e6acb4544d9c496041d6929d42cb5244b21e1 Mon Sep 17 00:00:00 2001 From: Dan Abramov <dan.abramov@gmail.com> Date: Mon, 24 Aug 2020 15:39:31 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6416fb20d..b1adc9c3b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Create React App [](https://dev.azure.com/facebook/create-react-app/_build/latest?definitionId=1&branchName=master) [](https://github.com/facebook/create-react-app/blob/master/CONTRIBUTING.md) -<img alt="Logo React" align="right" src="https://create-react-app.dev/img/logo.svg" width="20%" /> +<img alt="Logo" align="right" src="https://create-react-app.dev/img/logo.svg" width="20%" /> Create React apps with no build configuration. -- GitLab