diff --git a/web/pages/twitch.tsx b/web/pages/twitch.tsx index 6508a69e..2331fa1c 100644 --- a/web/pages/twitch.tsx +++ b/web/pages/twitch.tsx @@ -257,6 +257,30 @@ function BotSetupStep(props: { ) } +function CopyLinkButton(props: { link: string; text: string }) { + const { link, text } = props + const toastTheme = { + className: '!bg-primary !text-white', + icon: