Skip to content

Commit 7e79ef6

Browse files
authored
Merge pull request #126 from uclapi/feature/schedule
Feature/schedule
2 parents 270f94b + db71095 commit 7e79ef6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/components/HomePage.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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' />

src/components/layout/data/Schedule.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)