From 42a21b33ca41d85b92a50df24b13eec78a2fe9f8 Mon Sep 17 00:00:00 2001 From: Chandan Kumar <149804185+chandankumarm55@users.noreply.github.com> Date: Sun, 15 Sep 2024 22:49:58 +0530 Subject: [PATCH] fixed the bad request url at banner --- docusaurus/website/src/pages/index.js | 80 +++++++++++++-------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/docusaurus/website/src/pages/index.js b/docusaurus/website/src/pages/index.js index 5efc1fa9856..1ba9694cbf5 100644 --- a/docusaurus/website/src/pages/index.js +++ b/docusaurus/website/src/pages/index.js @@ -50,62 +50,62 @@ function Home() { className={clsx(styles.heroBannerLogo, 'margin-vert--md')} alt="Create React App logo" src={useBaseUrl('img/logo.svg')} - /> -

{siteConfig.title}

-

{siteConfig.tagline}

+ />{' '} +

{siteConfig.title}

{' '} +

{siteConfig.tagline}

{' '}
- Get Started - -
- - + Get Started{' '} + {' '} + {' '} + {' '} + {' '} {features && features.length && (
+ {' '} {features.map(({ title, content }, idx) => (
-

{title}

-

{content}

+

{title}

{content}

{' '}
- ))} -
-
+ ))}{' '} +
{' '} + {' '} - )} + )}{' '}
-

Get started in seconds

+

Get started in seconds

{' '}

- Whether you’re using React or another library, Create React App - lets you focus on code, not build tools. + Whether you’ re using React or another library, Create React App + lets you focus on code, not build tools .{' '}

- To create a project called my-app, run this command: -

+ To create a project called my - app , run this command:{' '} +

{' '} - npx create-react-app my-app - + npx create - react - app my - app{' '} + {' '}
-
+
{' '}
Easy to get started in seconds -
-
-
- + />{' '} + {' '} + {' '} + {' '} + {' '}
@@ -114,22 +114,22 @@ function Home() { className={styles.featureImage} alt="Easy to update" src={useBaseUrl('img/update.png')} - /> -
+ />{' '} +
{' '}
-

Easy to Maintain

+

Easy to Maintain

{' '}

- Updating your build tooling is typically a daunting and - time-consuming task. When new versions of Create React App are + Updating your build tooling is typically a daunting and time - + consuming task.When new versions of Create React App are released, you can upgrade using a single command: -

+

{' '} - npm install react-scripts@latest - -
-
- - + npm install react - scripts @latest{' '} + {' '} + {' '} + {' '} + {' '} + {' '} ); }