From 03b9883ad92c6cd3e393fe84c541097956c928a7 Mon Sep 17 00:00:00 2001 From: Rahul <62949229+rahuldotbiz@users.noreply.github.com> Date: Sun, 2 Apr 2023 12:26:48 +0530 Subject: [PATCH] Changed default Docusaurus text On the website under the Virtualization Card, the default text given by Docusarus was written that is "Extend or customize your website layout by reusing React. Docusaurus can be extended while reusing the same header and footer." changed it to something related that is " A brief overview of the virtualization software supported by Parrot OS, such as VirtualBox and VMware, and how to install and configure them." --- src/components/HomepageFeatures/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index 016dd90..57543f5 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -34,8 +34,8 @@ const FeatureList = [ Svg: require('@site/static/img/feature_images/virtualization.svg').default, description: ( <> - Extend or customize your website layout by reusing React. Docusaurus can - be extended while reusing the same header and footer. + A brief overview of the virtualization software supported by Parrot OS, such as VirtualBox and VMware, + and how to install and configure them. ), }, @@ -151,4 +151,4 @@ function HomepageFeatures(): JSX.Element { ); } -export default HomepageFeatures \ No newline at end of file +export default HomepageFeatures