Skip to content

Commit

Permalink
✨ Add githubmoji to /related-tools (#1116)
Browse files Browse the repository at this point in the history
* ✨ Add githubmoji to related tools

* 📸 Update snapshots
  • Loading branch information
malted authored Aug 12, 2022
1 parent be514d1 commit 4e5c9ac
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/__tests__/__snapshots__/pages.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3724,6 +3724,18 @@ exports[`Pages Related tools should render the page 1`] = `
</a>
: A Flutter Gitmoji App for macOS, Linux, and Windows
</li>
<li>
<a
href="https://github.com/ma1ted/githubmoji"
rel="noopener noreferrer"
target="_blank"
>
<b>
githubmoji
</b>
</a>
: A Firefox addon that adds a predictive gitmoji picker to GitHub commit message inputs.
</li>
</ul>
</section>
</main>
Expand Down
6 changes: 6 additions & 0 deletions src/pages/related-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ const tools: Array<{ name: string, description: string, link: string }> = [
description: 'A Flutter Gitmoji App for macOS, Linux, and Windows',
link: 'https://github.com/patrick-fu/GitmojiApp',
},
{
name: 'githubmoji',
description:
'A Firefox addon that adds a predictive gitmoji picker to GitHub commit message inputs.',
link: 'https://github.com/ma1ted/githubmoji',
},
]

const RelatedTools = () => (
Expand Down

1 comment on commit 4e5c9ac

@vercel
Copy link

@vercel vercel bot commented on 4e5c9ac Aug 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gitmoji – ./

gitmoji-git-master-carloscuesta.vercel.app
gitmoji.dev
gitmoji-carloscuesta.vercel.app

Please sign in to comment.