From ef6b03327ffe41590a3e5b0bc52874cf179a0ff7 Mon Sep 17 00:00:00 2001 From: Kevin Tan <33914892+kevtan@users.noreply.github.com> Date: Fri, 4 Sep 2020 04:32:14 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=20Generalize=20label=20em?= =?UTF-8?q?oji=20to=20all=20typed=20languages=20(#561)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ✏️ Generalize label emoji to all typed languages * ✏️ Generalize label emoji to all typed languages * 🎨 Run Prettier on gitmojis.json * ✏️ Hit the microscope emoji with the grammar book --- src/__tests__/__snapshots__/pages.spec.js.snap | 4 ++-- src/data/gitmojis.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/__tests__/__snapshots__/pages.spec.js.snap b/src/__tests__/__snapshots__/pages.spec.js.snap index dee22a7..3e42d3e 100644 --- a/src/__tests__/__snapshots__/pages.spec.js.snap +++ b/src/__tests__/__snapshots__/pages.spec.js.snap @@ -2763,7 +2763,7 @@ Array [

- Experiment new things + Perform experiments.

@@ -2829,7 +2829,7 @@ Array [

- Add or update types (Flow, TypeScript). + Add or update types.

diff --git a/src/data/gitmojis.json b/src/data/gitmojis.json index 8503ca0..f9372eb 100644 --- a/src/data/gitmojis.json +++ b/src/data/gitmojis.json @@ -368,7 +368,7 @@ "emoji": "⚗", "entity": "📸", "code": ":alembic:", - "description": "Experiment new things", + "description": "Perform experiments.", "name": "alembic" }, { @@ -382,7 +382,7 @@ "emoji": "🏷️", "entity": "🏷", "code": ":label:", - "description": "Add or update types (Flow, TypeScript).", + "description": "Add or update types.", "name": "label" }, {