We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa6dc4 commit 7939805Copy full SHA for 7939805
packages/react-docs/patternfly-docs/pages/index.js
@@ -21,12 +21,12 @@ const IndexPage = () => {
21
<PageSection style={centerStyle}>
22
<div style={{ flex: 'none', textAlign: 'center' }}>
23
<Title size="4xl" headingLevel="h1">
24
- PatternFly 4 React Docs
+ PatternFly React Docs
25
</Title>
26
<Title size="2xl" headingLevel="h2">
27
- {prInfo.num ? <a href={prInfo.url}>PR #{prInfo.num}</a> : 'Hi people!'}
+ {prInfo.num ? <a href={prInfo.url}>PR #{prInfo.num}</a> : 'Hi, friend!'}
28
29
- <p>Welcome to Patternfly 4 React docs.</p>
+ <p>Welcome to Patternfly React docs.</p>
30
<p>Now go build something great.</p>
31
</div>
32
</PageSection>
0 commit comments