You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: __tests__/shared/components/tc-communities/communities/demo-expert/__snapshots__/Home.jsx.snap
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ exports[`Snapshot match 1`] = `
12
12
}
13
13
}
14
14
mapThemrProps={[Function]}
15
-
text="Wipro's Hybrid Crowd gives our vast ecosystem of customers and partners options to access new range of skills that provide new value services and efficiency options all over the world."
15
+
text="ACME's Hybrid Crowd gives our vast ecosystem of customers and partners options to access new range of skills that provide new value services and efficiency options all over the world."
Copy file name to clipboardExpand all lines: src/shared/components/tc-communities/communities/demo-expert/Home/index.jsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ export default function Home(props) {
28
28
return(
29
29
<main>
30
30
<Banner
31
-
title="Wipro Crowd"
32
-
text="Wipro's Hybrid Crowd gives our vast ecosystem of customers and partners options to access new range of skills that provide new value services and efficiency options all over the world."
31
+
title="ACME Crowd"
32
+
text="ACME's Hybrid Crowd gives our vast ecosystem of customers and partners options to access new range of skills that provide new value services and efficiency options all over the world."
0 commit comments