Skip to content

Commit

Permalink
fix: video urls (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Apr 16, 2024
1 parent e0ced28 commit 130b24b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/dashboard/DashboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const DashboardPage = () => {
<InfoYoutubeModal
label="Open video about this page"
title={t('youtube_modal_info_title')}
videoUrl="https://www.youtube-nocookie.com/embed?v=fJT2u1RHA-Q&list=PL6Rh06rT7uiX1AQE-lm55hy-seL3idx3T"
videoUrl="https://www.youtube.com/embed/bXg50_j_hTA?si=4rpSZwMRbMomE4g1"
/>
</Title>
<Alert message={t('dashboard_page_description')} type="info" />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/realtimeMap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function RealtimeMapPage() {
<InfoYoutubeModal
label={t('open_video_about_this_page')}
title={t('youtube_modal_info_title')}
videoUrl="https://www.youtube-nocookie.com/embed?v=fJT2u1RHA-Q&list=PL6Rh06rT7uiX1AQE-lm55hy-seL3idx3T"
videoUrl="https://www.youtube-nocookie.com/embed/bXg50_j_hTA?si=t8PiTrTA1budRZg-&amp;start=150"
/>
</Title>
<Grid container spacing={2} sx={{ maxWidth: INPUT_SIZE }}>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/singleLineMap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const SingleLineMapPage = () => {
<InfoYoutubeModal
label={t('open_video_about_this_page')}
title={t('youtube_modal_info_title')}
videoUrl="https://www.youtube-nocookie.com/embed?v=fJT2u1RHA-Q&list=PL6Rh06rT7uiX1AQE-lm55hy-seL3idx3T"
videoUrl="https://www.youtube-nocookie.com/embed/bXg50_j_hTA?si=inyvqDylStvgNRA6&amp;start=93"
/>
</Title>
<Space direction="vertical" size="middle" style={{ marginBottom: '22px' }}>
Expand Down

0 comments on commit 130b24b

Please sign in to comment.