From 808c06516d30fb3b80005268d3c7cf3f41a54d9a Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 09:44:52 -0700 Subject: [PATCH] Update home_vew.js (#72) (#74) * Signed-off-by: kgcreative - remove unused HomeFooterElasticLogo - Edit title to reference OpenSearch - Edit paragraph text to reference OpenSearch - Remove 'crafted with . . .' and replace with OpenSearch copyright notice * Remove unused reference instead of comment it out Signed-off-by: kgcreative * Fix duplicate `the` in paragraph text Signed-off-by: kgcreative Signed-off-by: kgcreative (cherry picked from commit c88f744f69060c8fae2c918d89e29674aa152859) Co-authored-by: Kevin Garcia --- src-docs/src/views/home/home_view.js | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/src-docs/src/views/home/home_view.js b/src-docs/src/views/home/home_view.js index c6e291849d..bcaddef662 100644 --- a/src-docs/src/views/home/home_view.js +++ b/src-docs/src/views/home/home_view.js @@ -35,7 +35,6 @@ import { OuiPageContent, OuiPageContentBody, } from '../../../../src/components'; -import { HomeFooterElasticLogo } from './home_footer_elastic_logo'; export const HomeView = () => ( ( -

The framework powering the Elastic Stack

+

The framework powering OpenSearch

- The OpenSearch UI framework (OUI) is a design library in use at - Elastic to build internal products that need to share our + The OpenSearch UI framework (OUI) is the design library we use + at the OpenSearch Project to build projects that share our aesthetics. It distributes UI React components and static assets for use in building web layouts.

@@ -231,17 +230,7 @@ export const HomeView = () => ( Apache License 2.0 {' '} - | Crafted with{' '} - - ❤️ - {' '} - by{' '} - - - + | © OpenSearch contributors, {new Date().getFullYear()}.