We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65450a2 commit 8d2f3e7Copy full SHA for 8d2f3e7
src/app/page.tsx
@@ -62,7 +62,7 @@ export default function Dashboard() {
62
setLastUpdated(new Date());
63
} catch (err) {
64
console.error("Error fetching data:", err);
65
- setError("Failed to fetch repository data. Please try again.");
+ setError("The name of the org doesn’t exist. Please check your spelling and try again.");
66
} finally {
67
setLoading(false);
68
}
@@ -230,4 +230,4 @@ export default function Dashboard() {
230
</Grid>
231
</Container>
232
);
233
-}
+}
0 commit comments