Skip to content

Commit 2501969

Browse files
added home link on Derror: cannot pull with rebase: You have unstaged changes.
1 parent 34c7890 commit 2501969

File tree

5 files changed

+36
-126
lines changed

5 files changed

+36
-126
lines changed

i18n/react-intl/en.json

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
"inUse": "In use",
137137
"notFound": "NOT FOUND",
138138
"notFoundText": "You just hit a route that doesn't exist... the sadness.",
139+
"backToHome": "back to home",
139140
"and": "and",
140141
"for": "for",
141142
"video": "Video",

i18n/react-intl/es.json

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
"inUse": "En uso",
137137
"notFound": "NOT FOUND",
138138
"notFoundText": " Intentaste una ruta que no existe... que tristeza.",
139+
"backToHome": "back to home",
139140
"and": "y",
140141
"para": "para",
141142
"video": "Video",

package-lock.json

+28-126
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"react-dom": "^17.0.2",
7272
"react-helmet": "^6.1.0",
7373
"react-intl": "^5.25.1",
74+
"react-refresh": "^0.14.0",
7475
"remark-slug": "^6.1.0",
7576
"remark-unwrap-images": "^2.1.0",
7677
"title-case": "^3.0.3"

0 commit comments

Comments
 (0)