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 b2fb914 commit 283f910Copy full SHA for 283f910
src/app/conf/2024/schedule/[id]/page.tsx
@@ -12,7 +12,7 @@ import { speakers, schedule } from "@/app/conf/2024/_data"
12
import { metadata as layoutMetadata } from "@/app/conf/2023/layout"
13
import { ScheduleSession } from "../../../2023/types"
14
15
-export function getEventTitle(
+function getEventTitle(
16
event: ScheduleSession,
17
speakers: string[],
18
): string {
0 commit comments