Skip to content

Commit

Permalink
docs: add Tasky to openSourceAppList.tsx (#1964)
Browse files Browse the repository at this point in the history
Co-authored-by: Julius Marminge <[email protected]>
  • Loading branch information
ismaelherreradev and juliusmarminge authored Aug 19, 2024
1 parent 9fec15b commit 2be6fb6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions www/src/components/docs/openSourceAppList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,13 @@ const projects: App[] = [
linkName: "RobertHavelaar.dev",
link: "https://www.roberthavelaar.dev/",
},
{
description: "Tasky - Simplify task management",
repoName: "ismaelherreradev/tasky",
repo: "https://github.com/ismaelherreradev/tasky",
linkName: "taskyboard",
link: "https://taskyboard.vercel.app",
},
];

export default function OpenSourceAppList({
Expand Down

0 comments on commit 2be6fb6

Please sign in to comment.