Skip to content

Commit e8f638b

Browse files
committed
fix: adjust edition year on meeting detail
1 parent 3694138 commit e8f638b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/MeetingDetail/TalkDetailContainer2024.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import NotFoundError from "../../components/NotFoundError/NotFoundError";
44
import SectionWrapper from "../../components/SectionWrapper/SectionWrapper";
55
import styled from "styled-components";
66
import {useParams} from "react-router";
7-
import conferenceData from "../../data/2024.json";
7+
import conferenceData from "../../data/2025.json";
88
import {useFetchTalksById} from "../Talks/UseFetchTalks";
99
import * as Sentry from "@sentry/react";
1010
import {useFetchSpeakers} from "../Speakers/UseFetchSpeakers";

0 commit comments

Comments
 (0)