fix(scenery): incorrect link to tablice-td2

This commit is contained in:
2026-03-13 19:18:03 +01:00
parent f699be197b
commit a39acc1cc9
@@ -67,7 +67,7 @@ const props = defineProps({
const mainStore = useMainStore(); const mainStore = useMainStore();
const tabliceZbiorczeHref = computed(() => { const tabliceZbiorczeHref = computed(() => {
let url = `https://tablice-td2.spythere.eu/?station=${props.station!.name}`; let url = `https://tablice-td2.web.app/?station=${props.station!.name}`;
if (props.chosenCheckpoint) url += `&checkpoint=${props.chosenCheckpoint}`; if (props.chosenCheckpoint) url += `&checkpoint=${props.chosenCheckpoint}`;
return url; return url;