@@ -10,7 +10,6 @@ const META_DESCRIPTION =
1010export default function Home ( ) {
1111 return (
1212 < Layout
13- image = "/images/homepage/social.png"
1413 title = "Visual Regression Testing"
1514 description = { META_DESCRIPTION }
1615 wrapperClassName = "homepage"
@@ -22,8 +21,15 @@ export default function Home() {
2221 This visual regression testing for React Native library enables
2322 developers to introduce visual regression tests to their apps for{ ' ' }
2423 < strong > iOS</ strong > and < strong > Android</ strong > . Being heavily
25- inspired by < a href = "https://wix.github.io/Detox/" > Detox</ a > , an
26- end-to-end testing and automation framework, this library uses a
24+ inspired by{ ' ' }
25+ < a
26+ href = "https://wix.github.io/Detox/"
27+ target = "_blank"
28+ rel = "noopener noreferrer"
29+ >
30+ Detox
31+ </ a >
32+ , an end-to-end testing and automation framework, this library uses a
2733 similar API that makes setting up react-native-owl and running the
2834 tests locally and on your preferred CI service, seamless.
2935 </ p >
@@ -38,10 +44,9 @@ export default function Home() {
3844
3945 < p className = "intro" >
4046 < em >
41- Note: This library is{ ' ' }
42- < a href = "/docs/introduction/work-in-progress" > work-in-progress</ a > .
43- We are still working on adding additional functionality to allow
44- full control of the app being tested.
47+ Note: This library is work-in-progress. We are still working on
48+ adding additional functionality to allow full control of the app
49+ being tested.
4550 </ em >
4651 </ p >
4752
0 commit comments