diff --git a/src/components/Cal.js b/src/components/Cal.js index 6278878..d68e2af 100644 --- a/src/components/Cal.js +++ b/src/components/Cal.js @@ -22,7 +22,7 @@ export default class Cal { calContainer.id = 'calendar'; tempCal.innerHTML = `
- Garbage + Garbage Recycle Bulk Yard diff --git a/src/utils/WasteAPI.js b/src/utils/WasteAPI.js index 095c335..81626ce 100644 --- a/src/utils/WasteAPI.js +++ b/src/utils/WasteAPI.js @@ -17,10 +17,10 @@ const PICKUP_TYPES = Object.freeze({ }); const PICKUP_TYPES_PRINT = Object.freeze({ - "trash": "Trash", - "recycling": "Recycling", + "trash": "Garbage", + "recycling": "Recycle", "bulk": "Bulk", - "yard waste": "Yard Waste" + "yard waste": "Yard" }); export {buildWasteAPI, PICKUP_TYPES, PICKUP_TYPES_PRINT}; \ No newline at end of file