Skip to content

Commit

Permalink
fix: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
apurv-wednesday committed Apr 30, 2024
1 parent 5a280a4 commit 2e41938
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ exports[`<ErrorState /> should render and match the snapshot 1`] = `
margin: 20px 0;
padding: 1rem;
max-width: px;
color: #323132;
color: #323132;
color: #141414;
color: #141414;
}
.emotion-1 {
Expand All @@ -41,7 +41,7 @@ exports[`<ErrorState /> should render and match the snapshot 1`] = `
<div>
<div
class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded MuiCard-root emotion-0"
color="#323132"
color="#141414"
data-testid="error-state"
>
<h6
Expand Down
4 changes: 2 additions & 2 deletions src/translations/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ msgstr "Recommendation"
msgid "Repository full name: {0}"
msgstr "Repository full name: {0}"

#: src/features/repos/components/ErrorState/index.tsx:30
#: src/features/repos/components/ErrorState/index.tsx:31
msgid "Repository List"
msgstr "Repository List"

Expand All @@ -57,7 +57,7 @@ msgstr "Repository Search"
msgid "Repository stars: {0}"
msgstr "Repository stars: {0}"

#: src/features/repos/components/ErrorState/index.tsx:24
#: src/features/repos/components/ErrorState/index.tsx:25
msgid "Search Default"
msgstr "Search Default"

Expand Down
4 changes: 2 additions & 2 deletions src/translations/hi.po
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ msgstr "सिफारिश"
msgid "Repository full name: {0}"
msgstr "रिपॉज़िटरी पूरा नाम: {0}"

#: src/features/repos/components/ErrorState/index.tsx:30
#: src/features/repos/components/ErrorState/index.tsx:31
msgid "Repository List"
msgstr "रिपॉज़िटरी सूची"

Expand All @@ -57,7 +57,7 @@ msgstr "रिपॉज़िटरी खोज"
msgid "Repository stars: {0}"
msgstr "रिपॉज़िटरी तारे: {0}"

#: src/features/repos/components/ErrorState/index.tsx:24
#: src/features/repos/components/ErrorState/index.tsx:25
msgid "Search Default"
msgstr "डिफ़ॉल्ट खोज"

Expand Down

0 comments on commit 2e41938

Please sign in to comment.