Skip to content

Commit

Permalink
fix(tjs): use correct playback ID for Update video
Browse files Browse the repository at this point in the history
  • Loading branch information
jbranchaud authored and kodiakhq[bot] committed Mar 15, 2024
1 parent d05e77a commit ff5c775
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -151,7 +151,7 @@ const AccessYourCourse: React.FunctionComponent<{
<Dialog.Content className="fixed left-1/2 top-1/2 z-40 w-full -translate-x-1/2 -translate-y-1/2 container max-w-6xl">
<MuxPlayer
streamType="on-demand"
playbackId="lZ7JLEsycJZ1hi9D02NlGo701t2IILWuXssviaT9fy8u8"
playbackId="JQdURmWoO9fy9QTSY5KvGsD1K7XpPPMXZxyKWqIeqa8"
/>
<Dialog.Close className="absolute right-7 -top-14 rounded-full px-3 py-1 space-x-2 flex items-center bg-gray-100 hover:bg-white duration-200">
<span>close</span>
Expand Down

0 comments on commit ff5c775

Please sign in to comment.