Skip to content

Commit fabbf8e

Browse files
authored
refactor: emoji updates (#1310)
1 parent 1770886 commit fabbf8e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/components/__snapshots__/AllRead.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils/constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const Constants = {
1919
// Storage
2020
STORAGE_KEY: 'gitify-storage',
2121

22-
ALL_READ_EMOJIS: ['😉', '🎉', '🐯', '🙈', '🎈', '🎊', '👏', '🎪', '🍝'],
22+
ALL_READ_EMOJIS: ['🎉', '🎊', '🥳', '👏', '🙌', '😎', '🏖️', '🚀', '✨', '🏆'],
2323

2424
FETCH_INTERVAL: 60000,
2525

@@ -45,7 +45,7 @@ export const Errors: Record<ErrorType, GitifyError> = {
4545
MISSING_SCOPES: {
4646
title: 'Missing Scopes',
4747
descriptions: ['Your credentials are missing a required API scope.'],
48-
emojis: ['🙃'],
48+
emojis: ['🔭'],
4949
},
5050
NETWORK: {
5151
title: 'Network Error',
@@ -63,7 +63,7 @@ export const Errors: Record<ErrorType, GitifyError> = {
6363
UNKNOWN: {
6464
title: 'Oops! Something went wrong',
6565
descriptions: ['Please try again later.'],
66-
emojis: ['🤔', '😞', '😤', '😱', '😭'],
66+
emojis: ['🤔', '🥲', '😳', '🫠', '🙃', '🙈'],
6767
},
6868
};
6969

0 commit comments

Comments
 (0)