Skip to content

Commit 40ee890

Browse files
committed
updating the text in the neo4j browser
1 parent 93dcfa1 commit 40ee890

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/browser/modules/Carousel/styled.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ export const StyledSlide = styled.div`
310310
left: 0;
311311
bottom: -10px;
312312
opacity: 0.15;
313+
pointer-events: none;
313314
}
314315
}
315316

src/browser/modules/Stream/StartPreviewFrame.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@ export const PreviewFrame = () => {
3232
<div className="teasers">
3333
<div className="teaser teaser-advertise teaser-3">
3434
<img src="./assets/images/clusters.svg" className="img-advertise" />
35-
<h3>Discover the new Browser experience! ✨</h3>
35+
<h3>🚀 Try the new Browser preview!</h3>
3636
<p>
37-
Switch to our redesigned interface, built for faster navigation and
38-
ease of use.
37+
Switch to the preview experience to access all the latest features.
3938
</p>
4039
<button onClick={navigateToPreview} className="btn btn-advertise">
41-
Switch to new experience
40+
{"Let's go"}
4241
</button>
4342
</div>
4443

0 commit comments

Comments
 (0)