From 60267f23d27c3edd9c12fcb476904c7c3157ac81 Mon Sep 17 00:00:00 2001 From: juanpabloacosta Date: Wed, 6 Dec 2023 03:39:30 -0500 Subject: [PATCH] Linked correct video to question. --- frontend/src/logic/CourseData.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/logic/CourseData.ts b/frontend/src/logic/CourseData.ts index afb3ac6..c77dc78 100644 --- a/frontend/src/logic/CourseData.ts +++ b/frontend/src/logic/CourseData.ts @@ -171,7 +171,7 @@ export const chapters_es: Chapter[] = [ }, { question: 'What is the filling of the tequeño?', - clipUrl: window.location.origin + "/video/paella.mp4", + clipUrl: window.location.origin + "/video/tequeños.mp4", description: "Tequeños are a popular Venezuelan appetizer. They are made of cheese wrapped in dough and fried.", expected: 'Cheese (queso)', type: 'video',