File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
components/src/containers/CaseTeamMembers Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ const caseTeamMembersSectionResponsiveCSS = () => {
3333 return paddingBottom + paddingTop + gridColumns ;
3434} ;
3535
36- const membersContainerResponsiveCSS = ( count : number ) => {
36+ const membersContainerResponsiveCSS = ( ) => {
3737 const gridColumns = responsiveValuesCSS (
3838 "grid-template-columns" ,
3939 "" ,
4040 breakpointNameToPx ( {
4141 xs : "auto" ,
42- sm : ` repeat(${ count } , auto)`
42+ sm : " repeat(2 , auto)"
4343 } )
4444 ) ;
4545
@@ -66,7 +66,7 @@ const CaseTeamMembersContainer = styled(Container)`
6666` ;
6767
6868const MembersContainer = styled ( Container ) < { countItems : number } > `
69- ${ ( props ) => membersContainerResponsiveCSS ( props . countItems ) } ;
69+ ${ membersContainerResponsiveCSS } ;
7070 margin: 0 auto;
7171
7272 display: grid;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const Dearly: NextPage = () => {
2626} ;
2727
2828const intro : CaseIntroProps = {
29- title : "Supporting you through the grieving process " ,
29+ title : "Making loss and grief reachable together " ,
3030 subtitle : "Dearly" ,
3131 text : "Normalise loss and grief and create more social awareness" ,
3232 image : {
@@ -84,7 +84,7 @@ const about: AboutProps = {
8484} ;
8585
8686const quote : CaseQuoteProps = {
87- text : "From this project, we learned about the importance of collecting feedback and measuring how your product is being used."
87+ text : "We learned the importance of collecting feedback and measuring how your product is being used."
8888} ;
8989
9090const challenges : SummationBlockProps = {
Original file line number Diff line number Diff line change @@ -89,9 +89,7 @@ const about: AboutProps = {
8989} ;
9090
9191const quote : CaseQuoteProps = {
92- text : "Always appoint someone who takes the role of product owner upon him. " +
93- "Even when working in a small team, there always has to be someone who stays in touch with the users, " +
94- "and can advocate their needs to the rest of the team."
92+ text : "Always appoint someone who takes the role of product owner upon him. Even when working in a small team."
9593} ;
9694
9795const challenges : SummationBlockProps = {
You can’t perform that action at this time.
0 commit comments