Skip to content

Commit

Permalink
✨ Add 💸 emoji (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscuesta committed Jun 11, 2022
1 parent 74d1291 commit e9d4ec2
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
41 changes: 41 additions & 0 deletions src/__tests__/__snapshots__/pages.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3469,6 +3469,47 @@ exports[`Pages Index should render the page 1`] = `
</div>
</div>
</article>
<article
className="emoji col-xs-12 col-sm-6 col-md-3"
style={
Object {
"--emojiColor": "#b3c0b1",
}
}
>
<div
className="card "
>
<header
className="cardHeader"
>
<button
className="gitmoji-clipboard-emoji gitmoji"
data-clipboard-text="💸"
type="button"
>
💸
</button>
</header>
<div
className="gitmojiInfo"
>
<button
className="gitmoji-clipboard-code gitmojiCode"
data-clipboard-text=":money_with_wings:"
tabIndex="-1"
type="button"
>
<code>
:money_with_wings:
</code>
</button>
<p>
Add sponsorships or money related infrastructure.
</p>
</div>
</div>
</article>
</div>
</main>
`;
Expand Down
1 change: 1 addition & 0 deletions src/components/GitmojiList/emojiColorsMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ export default {
necktie: '#83beec',
bricks: '#ff6723',
technologist: '#86B837',
'money-with-wings': '#b3c0b1',
}
8 changes: 8 additions & 0 deletions src/data/gitmojis.json
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,14 @@
"description": "Improve developer experience",
"name": "technologist",
"semver": null
},
{
"emoji": "💸",
"entity": "&#x1F4B8;",
"code": ":money_with_wings:",
"description": "Add sponsorships or money related infrastructure.",
"name": "money-with-wings",
"semver": null
}
]
}

1 comment on commit e9d4ec2

@vercel
Copy link

@vercel vercel bot commented on e9d4ec2 Jun 11, 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.