Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
isarojdahal committed Jan 17, 2025
2 parents 7914db8 + e4cde60 commit 87f798d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions src/constants/data/projects.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ const projects: ProjectCardPropType[] = [
contributors:
"https://contrib.rocks/image?repo=28softwares/DocumentProject",
},
{
title: "Location API",
repoLink: "https://github.com/28softwares/location-api",
description:
"LocationAPI for Nepal's provinces, districts, municipalities, and wards",
contributorsGraph:
"https://github.com/28softwares/location-api/graphs/contributors",
contributors: "https://contrib.rocks/image?repo=28softwares/location-api",
},
];

export default projects;
4 changes: 2 additions & 2 deletions src/ui/organisms/Milestone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export default function Milestones() {
const milestones = [
{
title: "Free React.js Course",
date: "Jan 5, 2022 - Apr 19, 2022",
duration: "3.5 Months",
date: "Jan 5, 2022 - Jan 28, 2022",
duration: "1 Months",
icon: <CalendarCheck className="h-6 w-6" />,
link: "https://learn.everydaykarmaa.com/notes/reactjs/understanding-package-managers-npm.-vs-yarn-intro-to-react-js",
},
Expand Down

0 comments on commit 87f798d

Please sign in to comment.