Skip to content

Commit

Permalink
Update home_vew.js (#72) (#74)
Browse files Browse the repository at this point in the history
* Signed-off-by: kgcreative <kvngar@amazon.com>

- 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 <kvngar@amazon.com>

* Fix duplicate `the` in paragraph text

Signed-off-by: kgcreative <kvngar@amazon.com>

Signed-off-by: kgcreative <kvngar@amazon.com>
(cherry picked from commit c88f744)

Co-authored-by: Kevin Garcia <hello@kevingarcia.me>
  • Loading branch information
opensearch-trigger-bot[bot] and kgcreative authored Sep 21, 2022
1 parent 42f1f0e commit 808c065
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions src-docs/src/views/home/home_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import {
OuiPageContent,
OuiPageContentBody,
} from '../../../../src/components';
import { HomeFooterElasticLogo } from './home_footer_elastic_logo';

export const HomeView = () => (
<OuiPageContent
Expand All @@ -57,13 +56,13 @@ export const HomeView = () => (
<OuiSpacer />
<OuiSpacer />
<OuiTitle size="s">
<h2>The framework powering the Elastic Stack</h2>
<h2>The framework powering OpenSearch</h2>
</OuiTitle>
<OuiSpacer size="s" />
<OuiText grow={false}>
<p>
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.
</p>
Expand Down Expand Up @@ -231,17 +230,7 @@ export const HomeView = () => (
<OuiLink href="/~https://github.com/opensearch-project/oui/blob/master/LICENSE">
Apache License 2.0
</OuiLink>{' '}
| Crafted with{' '}
<span
role="img"
aria-label="love"
className="guideHome__footerHeart">
❤️
</span>{' '}
by{' '}
<OuiLink href="http://elastic.co/" external={false} target="_blank">
<HomeFooterElasticLogo />
</OuiLink>
| © OpenSearch contributors, {new Date().getFullYear()}.
</p>
</OuiText>
</div>
Expand Down

0 comments on commit 808c065

Please sign in to comment.