X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Ftwitch-bot%2FControls.js;h=84742d8aed9bf6fedeaf5b4860d66fcd661392cc;hb=c66d9d3c5eda563842c683827da1abf445b65483;hp=822c201b8fde5504b97c5553dbd484fe6bc536d6;hpb=0b25d0e8a22a13f09efbeab94d0b353ae603bc16;p=alttp.git diff --git a/resources/js/components/twitch-bot/Controls.js b/resources/js/components/twitch-bot/Controls.js index 822c201..84742d8 100644 --- a/resources/js/components/twitch-bot/Controls.js +++ b/resources/js/components/twitch-bot/Controls.js @@ -9,6 +9,7 @@ import CommandDialog from './CommandDialog'; import Commands from './Commands'; import GuessingSettingsForm from './GuessingSettingsForm'; import ChannelSelect from '../common/ChannelSelect'; +import Icon from '../common/Icon'; import ToggleSwitch from '../common/ToggleSwitch'; const Controls = () => { @@ -121,6 +122,7 @@ const Controls = () => { {t('twitchBot.channel')} { setChannel(channel); }} @@ -228,7 +230,22 @@ const Controls = () => { -

{t('twitchBot.guessingGame.settings')}

+
+

{t('twitchBot.guessingGame.settings')}

+ +