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 - -======= - - - ->>>>>>> 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 (
);