diff --git a/src/data/ProjectsData.jsx b/src/data/ProjectsData.jsx index e7148e2..3d08eed 100644 --- a/src/data/ProjectsData.jsx +++ b/src/data/ProjectsData.jsx @@ -26,16 +26,6 @@ const PROJECTS_DATA_RAW = [ endDate: "2020-10", tagIds: ["Django", "jQuery", "Bootstrap", "TDD", "Ajax"], }, - { - img: paypeweImg, - alt: "Paypewe Website", - title: "Paypewe", - desc: "Paypewe is my first personal portfolio website built with Django, jQuery and Bootstrap. This web has several features such as CRUD, Ajax and authentication which are deployed using Heroku.", - websiteUrl: "https://paypewe.herokuapp.com/", - startDate: "2020-07", - endDate: "2020-10", - tagIds: ["Django", "jQuery", "Bootstrap", "TDD", "Ajax"], - }, { img: educovidImg, alt: "Educovid Website",