From ef40808bde2554d8e07503a8e821563071562e45 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:54:20 -0800 Subject: [PATCH] fix: update "For Parents" video ID --- src/views/parents/parents.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/parents/parents.jsx b/src/views/parents/parents.jsx index fb5cd2854..0a63bff7f 100644 --- a/src/views/parents/parents.jsx +++ b/src/views/parents/parents.jsx @@ -10,6 +10,9 @@ const render = require('../../lib/render.jsx'); require('./parents.scss'); +// YouTube video ID for the embedded "What is Scratch?" video +const videoId = 'LjOfOQkpPnU'; + const Landing = () => { const isParentConfirmingChildEmail = React.useMemo(() => { const query = window.location.search; @@ -48,7 +51,7 @@ const Landing = () => {