diff --git a/web/pages/twitch.tsx b/web/pages/twitch.tsx index 8a6c0c4a..2331fa1c 100644 --- a/web/pages/twitch.tsx +++ b/web/pages/twitch.tsx @@ -372,12 +372,12 @@ function SetUpBot(props: { <> <Col className="gap-4"> <img - src="https://raw.githubusercontent.com/PhilBladen/ManifoldTwitchIntegration/master/docs/OBS.png" // TODO: Copy this into the Manifold codebase public folder - className="!-my-2" + src="/twitch-bot-obs-screenshot.jpg" + className="rounded-md border-t border-l border-r shadow-md" ></img> To add the bot to your stream make sure you have logged in then follow the steps below. diff --git a/web/public/twitch-bot-obs-screenshot.jpg b/web/public/twitch-bot-obs-screenshot.jpg new file mode 100644 index 00000000..2f14e0f1 Binary files /dev/null and b/web/public/twitch-bot-obs-screenshot.jpg differ