diff --git a/src/App.js b/src/App.js
index 3e0842d..8c79a2b 100644
--- a/src/App.js
+++ b/src/App.js
@@ -90,7 +90,7 @@ function App() {
});
if (error.response.status === 403) {
- setError(403);
+ setError(429);
} else if (error.response.status === 404) {
setError(404);
} else {
@@ -111,7 +111,7 @@ function App() {