File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -310,6 +310,7 @@ export const StyledSlide = styled.div`
310
310
left: 0;
311
311
bottom: -10px;
312
312
opacity: 0.15;
313
+ pointer-events: none;
313
314
}
314
315
}
315
316
Original file line number Diff line number Diff line change @@ -32,13 +32,12 @@ export const PreviewFrame = () => {
32
32
< div className = "teasers" >
33
33
< div className = "teaser teaser-advertise teaser-3" >
34
34
< 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 >
36
36
< 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.
39
38
</ p >
40
39
< button onClick = { navigateToPreview } className = "btn btn-advertise" >
41
- Switch to new experience
40
+ { "Let's go" }
42
41
</ button >
43
42
</ div >
44
43
You can’t perform that action at this time.
0 commit comments