Skip to content

Commit

Permalink
fix: remove duplicate project
Browse files Browse the repository at this point in the history
  • Loading branch information
fayaadbsa committed Jul 31, 2023
1 parent a742cc5 commit b00afcb
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/data/ProjectsData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b00afcb

Please sign in to comment.