Skip to content

Commit

Permalink
fix: update TAE overview videos (resolves #2177) (#2178)
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara authored Mar 21, 2024
1 parent 48fdff2 commit cb46e55
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions resources/views/about/for-community-organizations.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

<div class="-mb-8 space-y-16 px-0">
<div class="stack w-full" x-data="vimeoPlayer({
url: @if (locale() === 'en') 'https://vimeo.com/789854538/8e100e0f1e'
url: @if (locale() === 'en') 'https://vimeo.com/850308900/39c5bb60a7'
@elseif (locale() === 'fr')
'https://vimeo.com/789771460/0a6583e79d'
'https://vimeo.com/850319102/c118d69046'
@elseif (locale() === 'asl')
'https://vimeo.com/788818374/779a5e9913'
'https://vimeo.com/850315035/87b6129a8b'
@elseif (locale() === 'lsq')
'https://vimeo.com/789827141/0ee245f15a' @endif,
'https://vimeo.com/850322511/2aad27699a' @endif,
byline: false,
dnt: true,
pip: true,
Expand Down
8 changes: 4 additions & 4 deletions resources/views/about/for-individuals.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

<div class="-mb-8 space-y-16 px-0">
<div class="stack w-full" x-data="vimeoPlayer({
url: @if (locale() === 'en') 'https://vimeo.com/789854664/15a18bd3f9'
url: @if (locale() === 'en') 'https://vimeo.com/850308866/22cf4718fc'
@elseif (locale() === 'fr')
'https://vimeo.com/789823447/0f98810821'
'https://vimeo.com/850319076/4d973fc4ee'
@elseif (locale() === 'asl')
'https://vimeo.com/788815524/4485f30067'
'https://vimeo.com/850314990/05587fe4df'
@elseif (locale() === 'lsq')
'https://vimeo.com/789828003/ed89068fa3' @endif,
'https://vimeo.com/850322469/cd5616567a' @endif,
byline: false,
dnt: true,
pip: true,
Expand Down
8 changes: 4 additions & 4 deletions resources/views/about/for-regulated-organizations.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

<div class="-mb-8 space-y-16 px-0">
<div class="stack w-full" x-data="vimeoPlayer({
url: @if (locale() === 'en') 'https://vimeo.com/789854286/55a92ff1ce'
url: @if (locale() === 'en') 'https://vimeo.com/850308924/cab1e34418'
@elseif (locale() === 'fr')
'https://vimeo.com/789770856/260bd461d8'
'https://vimeo.com/850319118/fd87b58ddc'
@elseif (locale() === 'asl')
'https://vimeo.com/788820695/f357173576'
'https://vimeo.com/850315068/bc26c699cb'
@elseif (locale() === 'lsq')
'https://vimeo.com/789826246/fc705e9bae' @endif,
'https://vimeo.com/850322540/3ee66a159c' @endif,
byline: false,
dnt: true,
pip: true,
Expand Down
8 changes: 4 additions & 4 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
</div>
</div>
<div class="stack w-full" x-data="vimeoPlayer({
url: @if (locale() === 'en') 'https://vimeo.com/789855323/2fbfb80e21'
url: @if (locale() === 'en') 'https://vimeo.com/850308847/7324d2043a'
@elseif (locale() === 'fr')
'https://vimeo.com/789772188/92f2f4cf8e'
'https://vimeo.com/850319042/f7372fa0c9'
@elseif (locale() === 'asl')
'https://vimeo.com/788810528/73b8c80ad8'
'https://vimeo.com/850314964/cadefadf25'
@elseif (locale() === 'lsq')
'https://vimeo.com/789829171/82e0d98178' @endif,
'https://vimeo.com/850322446/6960bafeca' @endif,
byline: false,
dnt: true,
pip: true,
Expand Down

0 comments on commit cb46e55

Please sign in to comment.