diff --git a/frontend/public/index.html b/frontend/public/index.html index 2b737d5..6ccf9f9 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -7,7 +7,8 @@ - + + diff --git a/frontend/src/assets/constants.js b/frontend/src/assets/constants.js index cd1123d..fd396fb 100644 --- a/frontend/src/assets/constants.js +++ b/frontend/src/assets/constants.js @@ -1,2 +1,3 @@ export const LightspeedLogoURL = "/images/lightspeedlogo.svg"; export const VideoPosterURL = "/images/videoPoster.jpg"; +export const CenterIcon = { display: "block", textAlign: "left", paddingTop: "10px" } diff --git a/frontend/src/components/LiveChat.jsx b/frontend/src/components/LiveChat.jsx index 37fdc6d..5b66969 100644 --- a/frontend/src/components/LiveChat.jsx +++ b/frontend/src/components/LiveChat.jsx @@ -16,7 +16,7 @@ const LiveChat = () => { - +

Coming Soon!

diff --git a/frontend/src/components/VideoDetails.jsx b/frontend/src/components/VideoDetails.jsx index 2aa21b8..77e1250 100644 --- a/frontend/src/components/VideoDetails.jsx +++ b/frontend/src/components/VideoDetails.jsx @@ -9,18 +9,18 @@ import { AlphaTag, ViewerTag, } from "../styles/videoDetailsStyles"; -import { LightspeedLogoURL } from "../assets/constants"; +import { LightspeedLogoURL, CenterIcon } from "../assets/constants"; const VideoDetails = ({ viewers }) => { return ( - + Alpha - + {viewers}