Skip to content

Commit

Permalink
update CIK streaming URL
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdobrev committed Jun 9, 2024
1 parent eb5c15a commit f115a50
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/units/Section.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,10 @@ export default (props) => {
<>
<h2>Видеонаблюдение</h2>
<a
href={`https://evideo.bg/rik${data.segment.slice(0, 2)}.html#${
data.segment
}`}
href={`https://evideo.bg/europe2024/${data.segment.slice(
0,
2
)}.html#${data.segment}`}
target="_blank"
>
Видеоизлъчване от СИК
Expand Down

0 comments on commit f115a50

Please sign in to comment.