Skip to content

Commit

Permalink
🍱 Added link to gitmoji-atom (#737)
Browse files Browse the repository at this point in the history
* 🍱 Added link to gitmoji-atom

* 📸 Updated snapshot
  • Loading branch information
ThatXliner committed Mar 25, 2021
1 parent 70134b9 commit 95029a9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/__tests__/__snapshots__/pages.spec.js.snap
Expand Up @@ -3267,6 +3267,18 @@ exports[`Pages Related tools should render the page 1`] = `
</a>
: A Gitmoji App for macOS.
</li>
<li>
<a
href="https://github.com/ThatXliner/gitmoji-atom"
rel="noopener noreferrer"
target="_blank"
>
<b>
gitmoji-atom
</b>
</a>
: Gitmoji for Atom
</li>
</ul>
</section>
</main>
Expand Down
5 changes: 5 additions & 0 deletions src/pages/related-tools.js
Expand Up @@ -43,6 +43,11 @@ const tools: Array<{ name: string, description: string, link: string }> = [
description: 'A Gitmoji App for macOS.',
link: 'https://github.com/TimoZacherl/gitimoji',
},
{
name: 'gitmoji-atom',
description: 'Gitmoji for Atom',
link: 'https://github.com/ThatXliner/gitmoji-atom',
},
]

const RelatedTools = () => (
Expand Down

1 comment on commit 95029a9

@vercel
Copy link

@vercel vercel bot commented on 95029a9 Mar 25, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.