Skip to content

Commit

Permalink
update schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
aroth7 committed Apr 17, 2024
1 parent e837bd1 commit c1ef016
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/brunos-backyard-classic/order-of-events.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { GSheetsTable } from "../table"

const ORDER_OF_EVENTS_SHEET_ID = "1l2xNdYDhPGymM981DcrBkpUcrMMqUi9Fh8OFEaoqXho";
// const ORDER_OF_EVENTS_SHEET_ID = "1l2xNdYDhPGymM981DcrBkpUcrMMqUi9Fh8OFEaoqXho";
const ORDER_OF_EVENTS_SHEET_ID = "1FlHkAbPRTOYWFypzAnPipNlUgXh8FvXTOzxOqVC70fg";
const ORDER_OF_EVENTS_SHEET_NAME = "Outdoor Schedule";

const OrderOfEvents = () => GSheetsTable({
Expand All @@ -10,4 +11,4 @@ const OrderOfEvents = () => GSheetsTable({
padding: 4,
});

export default OrderOfEvents
export default OrderOfEvents

0 comments on commit c1ef016

Please sign in to comment.