import styles from '../styles/components/TwitchPopup.module.css' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faTwitter } from '@fortawesome/free-brands-svg-icons' import { TwitchEmbed } from 'react-twitch-embed'; export default function TwitchPopup({ show }) { if(show == true) { return (