Skip to content

Commit 283f910

Browse files
committed
fix
1 parent b2fb914 commit 283f910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/conf/2024/schedule/[id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { speakers, schedule } from "@/app/conf/2024/_data"
1212
import { metadata as layoutMetadata } from "@/app/conf/2023/layout"
1313
import { ScheduleSession } from "../../../2023/types"
1414

15-
export function getEventTitle(
15+
function getEventTitle(
1616
event: ScheduleSession,
1717
speakers: string[],
1818
): string {

0 commit comments

Comments
 (0)