From 2afb86485aa35d081724c55eca5a0d4ae70150ab Mon Sep 17 00:00:00 2001
From: SpoopyTim <38570914+SpoopyTim@users.noreply.github.com>
Date: Tue, 19 Apr 2022 18:44:26 +0100
Subject: [PATCH] Fixes #54 fontawesome bug
---
frontend/public/index.html | 3 ++-
frontend/src/assets/constants.js | 1 +
frontend/src/components/LiveChat.jsx | 2 +-
frontend/src/components/VideoDetails.jsx | 6 +++---
4 files changed, 7 insertions(+), 5 deletions(-)
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}