From a82c8acc322033d7465f8271c2e3f9fbd928d83c Mon Sep 17 00:00:00 2001
From: Ryan McAvoy
Date: Fri, 21 Jun 2019 10:49:33 +0100
Subject: [PATCH] update names
---
src/components/Homepage/Founders/Founders.js | 20 +++----------------
.../Homepage/Testimonials/Testimonials.js | 2 +-
.../ShortStudentProfileCard.js | 12 ++++++-----
3 files changed, 11 insertions(+), 23 deletions(-)
diff --git a/src/components/Homepage/Founders/Founders.js b/src/components/Homepage/Founders/Founders.js
index 51c36b2..8c58e7f 100644
--- a/src/components/Homepage/Founders/Founders.js
+++ b/src/components/Homepage/Founders/Founders.js
@@ -1,11 +1,6 @@
import React from "react";
import "./Founders.css";
import Founder from "./Founder/Founder";
-<<<<<<< HEAD
-=======
-import { Link } from 'react-router-dom';
-
->>>>>>> master
const Founders = () => {
return (
@@ -13,7 +8,7 @@ const Founders = () => {
From the Founders
{
facebook="#"
/>
{
facebook="#"
/>
{
out to find a solution, which led us to Groundworks. Our way to
revolutionise how companies connect with students worldwide.
-<<<<<<< HEAD
-
Join
-=======
-
-
- Join
-
-
->>>>>>> master
);
};
diff --git a/src/components/Homepage/Testimonials/Testimonials.js b/src/components/Homepage/Testimonials/Testimonials.js
index b8ad3e1..9cfe135 100644
--- a/src/components/Homepage/Testimonials/Testimonials.js
+++ b/src/components/Homepage/Testimonials/Testimonials.js
@@ -14,7 +14,7 @@ const Testimonials = () => {
real-life work experience and a sense of career direction."
- Steven, University of Briston, 2019
+ Steven, University of Bristol, 2019
);
diff --git a/src/components/StudentDashboard/ShortStudentProfileCard/ShortStudentProfileCard.js b/src/components/StudentDashboard/ShortStudentProfileCard/ShortStudentProfileCard.js
index cb568e4..5fbfd0d 100644
--- a/src/components/StudentDashboard/ShortStudentProfileCard/ShortStudentProfileCard.js
+++ b/src/components/StudentDashboard/ShortStudentProfileCard/ShortStudentProfileCard.js
@@ -7,7 +7,9 @@ const ShortStudentProfileCard = () => {
useEffect(() => {
const fetchData = async () => {
- const result = await axios("/api/student/get-student/5d0783ded1ea443e7621cc88");
+ const result = await axios(
+ "/api/student/get-student/5d0783ded1ea443e7621cc88"
+ );
console.log(result.data);
setProfile(result.data);
};
@@ -18,10 +20,10 @@ const ShortStudentProfileCard = () => {
return (
);