Skip to content

Commit 01949d3

Browse files
authored
Update src/app/conf/_components/schedule/schedule-list.tsx
1 parent 3540d33 commit 01949d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/conf/_components/schedule/schedule-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export function ScheduleList({
146146
) : (
147147
<>
148148
<div className="flex space-x-4 mb-4">
149-
{/* Skip registeration priorm day for graphql conf 2024 */}
149+
{/* Skip registeration prior day for graphql conf 2024 */}
150150
{Object.keys(sessionsState).slice(year === '2024' ? 1 : 0).map((date, index) => (
151151
<a
152152
href={`#day-${(year === '2024' ? 1: 0) + index + 1}`}

0 commit comments

Comments
 (0)