Skip to content

Commit cfd385c

Browse files
authored
Merge pull request #4226 from topcoder-platform/feature-contentful
Feature contentful
2 parents ad9f3f2 + 1988500 commit cfd385c

File tree

26 files changed

+909
-341
lines changed

26 files changed

+909
-341
lines changed

__tests__/shared/components/Contentful/SearchBar/__snapshots__/SearchBar.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exports[`Matches shallow shapshot 1`] = `
1313
onBlur={[Function]}
1414
onChange={[Function]}
1515
onFocus={[Function]}
16-
placeholder="Search.."
16+
placeholder="Search..."
1717
type="text"
1818
value=""
1919
/>

__tests__/shared/components/Settings/Preferences/__snapshots__/index.jsx.snap

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,31 +23,17 @@ exports[`renders preferences setting page correctly 1`] = `
2323
width="30"
2424
xmlns="http://www.w3.org/2000/svg"
2525
/>,
26-
"invitation letter": <Invletter
27-
height="30"
28-
viewBox="0 0 30 30"
29-
width="30"
30-
xmlns="http://www.w3.org/2000/svg"
31-
/>,
3226
"payment": <Payment
3327
viewBox="0 0 34 30"
3428
xmlns="http://www.w3.org/2000/svg"
3529
/>,
36-
"referrals": <Referral
37-
height="30"
38-
viewBox="0 0 30 30"
39-
width="30"
40-
xmlns="http://www.w3.org/2000/svg"
41-
/>,
4230
}
4331
}
4432
names={
4533
Array [
4634
"e-mail",
4735
"forum",
4836
"payment",
49-
"invitation letter",
50-
"referrals",
5137
]
5238
}
5339
toggle={[Function]}

0 commit comments

Comments
 (0)