Skip to content

Commit 7939805

Browse files
authored
chore(workspace): update splash message (#11783)
1 parent 2aa6dc4 commit 7939805

File tree

1 file changed

+3
-3
lines changed
  • packages/react-docs/patternfly-docs/pages

1 file changed

+3
-3
lines changed

packages/react-docs/patternfly-docs/pages/index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ const IndexPage = () => {
2121
<PageSection style={centerStyle}>
2222
<div style={{ flex: 'none', textAlign: 'center' }}>
2323
<Title size="4xl" headingLevel="h1">
24-
PatternFly 4 React Docs
24+
PatternFly React Docs
2525
</Title>
2626
<Title size="2xl" headingLevel="h2">
27-
{prInfo.num ? <a href={prInfo.url}>PR #{prInfo.num}</a> : 'Hi people!'}
27+
{prInfo.num ? <a href={prInfo.url}>PR #{prInfo.num}</a> : 'Hi, friend!'}
2828
</Title>
29-
<p>Welcome to Patternfly 4 React docs.</p>
29+
<p>Welcome to Patternfly React docs.</p>
3030
<p>Now go build something great.</p>
3131
</div>
3232
</PageSection>

0 commit comments

Comments
 (0)