Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 1.0] Update home_vew.js #74

Merged
merged 1 commit into from
Sep 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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