Skip to content

Commit

Permalink
πŸ“ Related Tools: add Genmoji (#1388)
Browse files Browse the repository at this point in the history
* πŸ“ Add mention of genmoji to related tools

* πŸ“ Point to github instead of genmoji website itself
  • Loading branch information
segersniels authored Mar 27, 2023
1 parent 7817dd7 commit 0a07980
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/website/src/pages/related-tools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ const tools = [
description: 'Gitmoji extension for Raycast',
link: 'https://www.raycast.com/ricoberger/gitmoji',
},
{
name: 'genmoji',
description: 'Gitmoji commit message generation using AI',
link: 'https://github.com/segersniels/genmoji',
},
]

const RelatedTools = () => (
Expand Down

0 comments on commit 0a07980

Please sign in to comment.