Skip to content

Commit a75f46e

Browse files
committed
removed tentative from schedule
1 parent 05ef5f2 commit a75f46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Schedule/Schedule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const ScheduleCalendar = () => {
104104
return (
105105
<Container fluid className="schedule-section">
106106
<Container>
107-
<h1 className="page-heading">Tentative <strong className="purple">Event Schedule</strong></h1>
107+
<h1 className="page-heading">Event <strong className="purple">Schedule</strong></h1>
108108

109109
{isMobile && (
110110
<div className="date-selector">

0 commit comments

Comments
 (0)