mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
📝 Add raycast to related tools page (#1220)
* 📝 Update related tools docs to include Raycast extension * ✅ Update snapshot for related tools
This commit is contained in:
parent
5081d99118
commit
28891f850a
@ -3836,6 +3836,18 @@ exports[`Pages Related tools should render the page 1`] = `
|
||||
</a>
|
||||
: GitHub Action for gitmoji-changelog
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="https://www.raycast.com/ricoberger/gitmoji"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
<b>
|
||||
raycast-gitmoji-search
|
||||
</b>
|
||||
</a>
|
||||
: Gitmoji extension for Raycast
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
@ -77,6 +77,11 @@ const tools: Array<{ name: string, description: string, link: string }> = [
|
||||
description: 'GitHub Action for gitmoji-changelog',
|
||||
link: 'https://github.com/sercanuste/gitmoji-changelog-action',
|
||||
},
|
||||
{
|
||||
name: 'raycast-gitmoji-search',
|
||||
description: 'Gitmoji extension for Raycast',
|
||||
link: 'https://www.raycast.com/ricoberger/gitmoji',
|
||||
},
|
||||
]
|
||||
|
||||
const RelatedTools = (): Node => (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user