File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -239,8 +239,8 @@ export default class HomePage extends React.Component {
239239 < TextView text = "Challenges" heading = "1" />
240240 {
241241 categories . map ( ( category , i ) =>
242- < CardView width = { "1-" + categories . length } minWidth = "300px" key = { i } height = "420px " style = { { padding : `20px 0` } } snapAlign >
243- < Row height = { `420px ` } noPadding >
242+ < CardView width = { "1-" + categories . length } minWidth = "300px" key = { i } height = "450px " style = { { padding : `20px 0` } } snapAlign >
243+ < Row height = { `450px ` } noPadding >
244244 < Column width = '2-3' horizontalAlignment = 'center' verticalAlignment = 'center' >
245245 < ImageView width = { categoryImageSize } height = { categoryImageSize } src = { category . image } />
246246 < TextView text = { category . title } heading = { 1 } align = 'center' />
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export const dayoneschedule = [
2121 } ,
2222 {
2323 time : "1PM-2PM" ,
24- activity : "Lunch" ,
24+ activity : "Lunch (provided) " ,
2525 location : "South Cloisters" ,
2626 } ,
2727 {
@@ -59,12 +59,12 @@ export const daytwoschedule = [
5959 } ,
6060 {
6161 time : "8AM-10AM" ,
62- activity : "Breakfast" ,
62+ activity : "Breakfast (provided) " ,
6363 location : "South Cloisters" ,
6464 } ,
6565 {
6666 time : "1PM" ,
67- activity : "Lunch" ,
67+ activity : "Lunch (provided) " ,
6868 location : "South Cloisters" ,
6969 } ,
7070 {
You can’t perform that action at this time.
0 commit comments