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: ['🤔', '🥲', '😳', '🫠', '🙃', '🙈'],
},
};