Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Updating splash text (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Helene Rignér committed Jan 24, 2019
1 parent 416b30a commit ec2d54b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/splash.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default function Splash({
<div className="center-content">
<div className="splash">
<SVGInline {...contentLogo} />
<h3>Taking your Qlik data models to stage</h3>
<h3>Sets the stage for your Qlik data models</h3>
{content}
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions test/comp/__snapshots__/splash.spec.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports[`'should display message if empty docList array' 1`] = `
}
/>
<h3>
Taking your Qlik data models to stage
Sets the stage for your Qlik data models
</h3>
<div>
<p>
Expand Down Expand Up @@ -63,7 +63,7 @@ exports[`'should render docList correctly' 1`] = `
}
/>
<h3>
Taking your Qlik data models to stage
Sets the stage for your Qlik data models
</h3>
<div>
<p>
Expand Down

0 comments on commit ec2d54b

Please sign in to comment.