diff --git a/src/components/HomePage.jsx b/src/components/HomePage.jsx
index d85b20c..4619007 100644
--- a/src/components/HomePage.jsx
+++ b/src/components/HomePage.jsx
@@ -239,8 +239,8 @@ export default class HomePage extends React.Component {
{
categories.map((category, i) =>
-
-
+
+
diff --git a/src/components/layout/data/Schedule.jsx b/src/components/layout/data/Schedule.jsx
index b633bf2..c0edddd 100644
--- a/src/components/layout/data/Schedule.jsx
+++ b/src/components/layout/data/Schedule.jsx
@@ -21,7 +21,7 @@ export const dayoneschedule = [
},
{
time: "1PM-2PM",
- activity: "Lunch",
+ activity: "Lunch (provided)",
location: "South Cloisters",
},
{
@@ -59,12 +59,12 @@ export const daytwoschedule = [
},
{
time: "8AM-10AM",
- activity: "Breakfast",
+ activity: "Breakfast (provided)",
location: "South Cloisters",
},
{
time: "1PM",
- activity: "Lunch",
+ activity: "Lunch (provided)",
location: "South Cloisters",
},
{