Skip to content

Commit 3694138

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/MeetingDetail/MeetingDetail.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {
2929
} from "./Style.MeetingDetail";
3030
import {Link} from "react-router";
3131
import {ROUTE_SPEAKER_DETAIL, ROUTE_TALKS} from "../../constants/routes";
32-
import conferenceData from "../../data/2024.json";
32+
import conferenceData from "../../data/2025.json";
3333
import {Tag} from "../../components/Tag/Tag";
3434
import styled from "styled-components";
3535
import {AddToCalendarButton} from "add-to-calendar-button-react";

0 commit comments

Comments
 (0)