diff --git a/src/components/sections/ProjectCard.jsx b/src/components/sections/ProjectCard.jsx index 9698fe8..364b4f9 100644 --- a/src/components/sections/ProjectCard.jsx +++ b/src/components/sections/ProjectCard.jsx @@ -2,6 +2,23 @@ import React from "react"; import GitHubMark from "./GitHubMark"; const ProjectCard = ({ title, liveUrl, gitUrl, children }) => { + const getLiveUrl = () => { + if (liveUrl.length == 0) { + return ( +
A lesson and progress management system which allowed tutors at my company to schedule lessons, add repots and keep track of students progress. Built using the MERN stack.
++ A lesson and progress management system which allowed tutors at my + company to schedule lessons, add repots and keep track of students + progress. Built using the MERN stack. +
++ Use the following credentitals to play around: +
++ A revision tool which allows students to revise various subjects. + Uses Auth0 for user sign ups. +
+