Skip to content

Commit 43a3376

Browse files
authored
fix(tarifverbundkarte): update release date in PDF export (#1248)
1 parent ebfda27 commit 43a3376

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/config/topics.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,10 @@ export const getTopics = () => {
204204
exportConfig: {
205205
getTemplateValues: () => ({
206206
publisher: "tobias.hauser@sbb.ch",
207-
publishedAt: "12/2024",
208-
dateDe: "15.12.2024",
209-
dateFr: "15.12.2024",
210-
year: "2024",
207+
publishedAt: "12/2025",
208+
dateDe: "14.12.2025",
209+
dateFr: "14.12.2025",
210+
year: "2025",
211211
}),
212212
getOverlayImageUrl: () => tarifverbundkarteLegend,
213213
},

0 commit comments

Comments
 (0)