chore(scenery): updated pragotron app link to a new domain

This commit is contained in:
2026-04-17 20:38:40 +02:00
parent c185a8a22e
commit 5386820b24
@@ -348,7 +348,7 @@ const tabliceZbiorczeHref = computed(() => {
});
const pragotronHref = computed(() => {
let url = `https://pragotron-td2.web.app/board?name=${props.station!.name}&region=${mainStore.region.id}`;
let url = `https://pragotron-td2.spythere.eu/board?name=${props.station!.name}&region=${mainStore.region.id}`;
if (props.chosenCheckpoint) url += `&checkpoint=${props.chosenCheckpoint}`;
return url;