From a57874114adc1a0a6e347e984e804c136ccb8aac Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Sun, 23 Jun 2024 08:01:26 -0400 Subject: [PATCH] =?UTF-8?q?=20refactor:=20emoji=20updates=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/__snapshots__/AllRead.test.tsx.snap | 4 ++-- src/utils/constants.ts | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/__snapshots__/AllRead.test.tsx.snap b/src/components/__snapshots__/AllRead.test.tsx.snap index e1a5816fe..0e2e61cb1 100644 --- a/src/components/__snapshots__/AllRead.test.tsx.snap +++ b/src/components/__snapshots__/AllRead.test.tsx.snap @@ -11,7 +11,7 @@ exports[`components/AllRead.tsx should render itself & its children 1`] = `

- 😉 + 🎊

- 😉 + 🎊

= { MISSING_SCOPES: { title: 'Missing Scopes', descriptions: ['Your credentials are missing a required API scope.'], - emojis: ['🙃'], + emojis: ['🔭'], }, NETWORK: { title: 'Network Error', @@ -63,7 +63,7 @@ export const Errors: Record = { UNKNOWN: { title: 'Oops! Something went wrong', descriptions: ['Please try again later.'], - emojis: ['🤔', '😞', '😤', '😱', '😭'], + emojis: ['🤔', '🥲', '😳', '🫠', '🙃', '🙈'], }, };