We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3540d33 commit 01949d3Copy full SHA for 01949d3
src/app/conf/_components/schedule/schedule-list.tsx
@@ -146,7 +146,7 @@ export function ScheduleList({
146
) : (
147
<>
148
<div className="flex space-x-4 mb-4">
149
- {/* Skip registeration priorm day for graphql conf 2024 */}
+ {/* Skip registeration prior day for graphql conf 2024 */}
150
{Object.keys(sessionsState).slice(year === '2024' ? 1 : 0).map((date, index) => (
151
<a
152
href={`#day-${(year === '2024' ? 1: 0) + index + 1}`}
0 commit comments