From bdfaf11405883c42d8ac31eb896bdfb3bde768ac Mon Sep 17 00:00:00 2001 From: Jeremy Walker Date: Mon, 27 Jan 2025 17:09:04 +0000 Subject: [PATCH] Update website with URL --- app/views/bootcamp/dashboard/index.html.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/bootcamp/dashboard/index.html.haml b/app/views/bootcamp/dashboard/index.html.haml index 394b6b5051..21ae09f3d5 100644 --- a/app/views/bootcamp/dashboard/index.html.haml +++ b/app/views/bootcamp/dashboard/index.html.haml @@ -26,12 +26,12 @@ .rhs.ml-auto{ class: 'max-w-[400px]' } %h2.mb-4 Upcoming Live Sessions %ul.text-16.leading-140.list-disc.ml-16.mb-20.gap-4 - %li - %strong Labs (L3): - = link_to "Saturday 25th Jan at 18:00 UTC", "https://youtube.com/live/7y523eSNb0k", class: 'text-linkColor font-semibold underline' %li %strong Teaching (L4): - Monday 27th Jan at 18:00 UTC + = link_to "Monday 27th Jan at 18:00 UTC", "https://youtube.com/live/eSAeooiXYvo", class: 'text-linkColor font-semibold underline' + %li + %strong Labs (L4): + Saturday 1st Feb at 18:00 UTC .mb-32 = render ReactComponents::Settings::BootcampAffiliateCouponForm.new("bootcamp")