Skip to content

Commit

Permalink
💬 Reword 🎉 to "Begining a project"
Browse files Browse the repository at this point in the history
This will enable 🎉 to be used more than once in a repository since
we can have multiple projects in a monorepo, for example. Or it can be
used in a library repository, to add a playground project to test
this library.

Closes #294
  • Loading branch information
vhoyer committed Jun 13, 2020
1 parent 966c8df commit a9075f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/__snapshots__/pages.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ Array [
</code>
</div>
<p>
Initial commit.
Begining a project.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/data/gitmojis.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"emoji": "🎉",
"entity": "&#127881;",
"code": ":tada:",
"description": "Initial commit.",
"description": "Begining a project.",
"name": "tada"
},
{
Expand Down

0 comments on commit a9075f0

Please sign in to comment.