Skip to content

Commit

Permalink
Add improvdb to openSourceAppList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aberonni committed Mar 2, 2024
1 parent de9e46b commit a1f6eb4
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 @@ -265,6 +265,13 @@ const projects: App[] = [
linkName: "eboto-mo.com",
link: "https://eboto-mo.com/",
},
{
description: "ImprovDB - The ultimate repository for improv games & exercises",
repoName: "aberonni/improvdb",
repo: "https://github.com/aberonni/improvdb",
linkName: "improvdb.com",
link: "https://improvdb.com/",
},
];

export default function OpenSourceAppList({
Expand Down

0 comments on commit a1f6eb4

Please sign in to comment.