Skip to content

Commit 019c857

Browse files
authored
style(web): Change Data Explorer welcome page copy COMPASS-9016 (#6890)
COMPASS-9016: Change Data Explorer welcome page copy
1 parent 1717b95 commit 019c857

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/compass-welcome/src/components/web-welcome-tab.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const renderWebWelcomeTab = (connections: ConnectionInfo[] = []) => {
2121
describe('WebWelcomeTab', function () {
2222
it('renders with title', function () {
2323
renderWebWelcomeTab();
24-
expect(screen.getByText('Welcome! Explore')).to.exist;
24+
expect(screen.getByText('Welcome! Explore your data')).to.exist;
2525
});
2626

2727
context('with no connections', function () {

packages/compass-welcome/src/components/web-welcome-tab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function WebWelcomeTab() {
3232
<div className={welcomeTabStyles}>
3333
<WelcomeTabImage />
3434
<div>
35-
<H3>Welcome! Explore</H3>
35+
<H3>Welcome! Explore your data</H3>
3636
<div className={contentBodyStyles}>
3737
<Body>
3838
{numConnections === 0

0 commit comments

Comments
 (0)