Skip to content

Commit

Permalink
🔧 Change external tracking url
Browse files Browse the repository at this point in the history
  • Loading branch information
harastaivan committed Jul 8, 2024
1 parent b9e3124 commit 2ac7e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Tracking.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { getCompetitionDay } from 'utils/getCompetitionDay'
import { getTrackings } from 'store/tracking/actions'
import { translateDayName } from 'utils/translateDayName'

const EXTERNAL_TRACKING = 'http://lkvp.alte.cz/tracking_v3/2023tcup/tracking.html'
const EXTERNAL_TRACKING = 'http://lkvp.alte.cz/tracking/2024tcup/tracking.html'

const Tracking = () => {
const { t } = useTranslation()
Expand Down

0 comments on commit 2ac7e7c

Please sign in to comment.