+
Learn for Cause
Code for Cause
diff --git a/src/views/pages/HomeView/HomeViewData.js b/src/views/pages/HomeView/HomeViewData.js
index 2828b0c9..6c9ab529 100644
--- a/src/views/pages/HomeView/HomeViewData.js
+++ b/src/views/pages/HomeView/HomeViewData.js
@@ -150,7 +150,6 @@ export const openSourceContent = {
img: '/static/images/icons/os3.svg',
contentTitle: 'Networking Events',
content:
-
'As we already know software development professionals flourish by networking. Get connected to people who matter by our online/offline events.'
}
]
diff --git a/src/views/pages/HomeView/Testimonials/TestimonialCard.js b/src/views/pages/HomeView/Testimonials/TestimonialCard.js
index 4db34627..46de8288 100644
--- a/src/views/pages/HomeView/Testimonials/TestimonialCard.js
+++ b/src/views/pages/HomeView/Testimonials/TestimonialCard.js
@@ -7,7 +7,7 @@ import Box from '@material-ui/core/Box';
import FormatQuoteIcon from '@material-ui/icons/FormatQuote';
/** @jsx jsx */
-import {jsx} from '@emotion/core';
+import { jsx } from '@emotion/core';
import styled from '@emotion/styled';
const useStyles = makeStyles(theme => ({
@@ -32,7 +32,7 @@ function TestimonialCard({ student }) {
return (
-
+
{student.name}
-
+
{student.subName}
@@ -83,7 +79,7 @@ const Message = styled.div`
width: 20px;
height: 20px;
border-top: 0px solid black;
-
+
top: 100%;
left: 50%;
margin-left: -10px;