Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add profilee to openSourceAppList.tsx #1811

Merged
merged 3 commits into from
Jul 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update openSourceAppList.tsx and added an Profilee app
Added an OS profile link builder app in collection
  • Loading branch information
mittalsam98 committed Mar 27, 2024
commit cebc92bd4e59888ed44e00d5ba137715de7a805c
7 changes: 7 additions & 0 deletions www/src/components/docs/openSourceAppList.tsx
Original file line number Diff line number Diff line change
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
Loading