Skip to content

Commit f19d043

Browse files
authored
Merge pull request LambdaTest#1362 from surishubham/stage
added nozoom class
2 parents 04d5757 + bd1a241 commit f19d043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ import NewTag from '../src/component/newTag';
7676
<p>Your Ultimate Resource for Seamless Cross-Browser Testing Across Desktop and Mobile Platforms</p>
7777
</div>
7878
<div className="Doc_intro_cta_image">
79-
<img loading="eager" src={require('../assets/images/support/home_light.png').default} alt="Image" width="701" height="576" className="home_light_cta" role="presentation"/>
80-
<img loading="eager" src={require('../assets/images/support/home_dark.png').default} alt="Image" width="701" height="576" className="home_dark_cta" role="presentation"/>
79+
<img loading="eager" src={require('../assets/images/support/home_light.png').default} alt="Image" width="701" height="576" className="home_light_cta no-zoom" role="presentation"/>
80+
<img loading="eager" src={require('../assets/images/support/home_dark.png').default} alt="Image" width="701" height="576" className="home_dark_cta no-zoom" role="presentation"/>
8181
</div>
8282
</div>
8383

0 commit comments

Comments
 (0)