Skip to content

Commit

Permalink
Fix widget code
Browse files Browse the repository at this point in the history
  • Loading branch information
bb-face committed May 30, 2024
1 parent 6bae27d commit 0b83cd8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions widget/Library/GenerateStream.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,7 @@ const PreviewContent = styled.div`

const WidgetCode = `
\`\`\`js
<Widget
src={"${config_account}/widget/Livepeer.Player"}
props={{
title: "Original Keyboard Cat!",
playbackId: "8b3bdqjtdj4jsjwa",
PosterImage: <img src="https://example.com" alt={"Original Keyboard Cat!"} />
}}
/>
<Widget src={"${config_account}/widget/Broadcast.GenerateStream"} />
\`\`\`
`;

Expand Down

0 comments on commit 0b83cd8

Please sign in to comment.