Skip to content

Feature contentful #4248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Apr 16, 2020
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports[`Matches shallow shapshot 1`] = `
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
placeholder="Search.."
placeholder="Search..."
type="text"
value=""
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,17 @@ exports[`renders preferences setting page correctly 1`] = `
width="30"
xmlns="http://www.w3.org/2000/svg"
/>,
"invitation letter": <Invletter
height="30"
viewBox="0 0 30 30"
width="30"
xmlns="http://www.w3.org/2000/svg"
/>,
"payment": <Payment
viewBox="0 0 34 30"
xmlns="http://www.w3.org/2000/svg"
/>,
"referrals": <Referral
height="30"
viewBox="0 0 30 30"
width="30"
xmlns="http://www.w3.org/2000/svg"
/>,
}
}
names={
Array [
"e-mail",
"forum",
"payment",
"invitation letter",
"referrals",
]
}
toggle={[Function]}
Expand Down
Loading