Skip to content

Commit

Permalink
Update openSourceAppList.tsx and added an Profilee app
Browse files Browse the repository at this point in the history
Added an OS profile link builder app in collection
  • Loading branch information
mittalsam98 committed Mar 27, 2024
1 parent fedd7b3 commit cebc92b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions www/src/components/docs/openSourceAppList.tsx
Expand Up @@ -280,6 +280,13 @@ const projects: App[] = [
linkName: "",
link: "",
},
{
description: "Profilee - A Profile Link Builder",
repoName: "mittalsam98/profilee",
repo: "https://github.com/mittalsam98/profilee",
linkName: "Profilee",
link: "https://www.profilee.info/",
}
];

export default function OpenSourceAppList({
Expand Down

0 comments on commit cebc92b

Please sign in to comment.