diff --git a/.gitignore b/.gitignore index 1437c53..d863a79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. +secrets.json # dependencies /node_modules diff --git a/components/twitchpopup.js b/components/twitchpopup.js index 82afded..79308ce 100644 --- a/components/twitchpopup.js +++ b/components/twitchpopup.js @@ -1,14 +1,14 @@ import styles from '../styles/components/TwitchPopup.module.css' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faTwitter } from '@fortawesome/free-brands-svg-icons' +import { faTwitch } from '@fortawesome/free-brands-svg-icons' +import { faMicrophoneAlt } from '@fortawesome/free-solid-svg-icons' import { TwitchEmbed } from 'react-twitch-embed'; - export default function TwitchPopup({ show }) { if(show == true) { return (
Media Page..
- - // {images.map(image => ( - // - // ))} - // > - // ); return (