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 868598b commit 3b88894Copy full SHA for 3b88894
app/routes/jobs.$jobId.tsx
@@ -574,12 +574,7 @@ export default function JobDetails() {
574
)}
575
</div>
576
<div className="flex flex-col items-center mt-4">
577
- <p className="text-gray-500 text-xs italic mb-1">
578
- {import.meta.env.VITE_ENV && import.meta.env.VITE_ENV !== "production"
579
- ? `(${import.meta.env.VITE_ENV}) `
580
- : ""}
581
- Something is wrong? Report an issue on GitHub
582
- </p>
+ <p className="text-gray-500 text-xs italic mb-1">Something is wrong? Report an issue on GitHub</p>
583
<a
584
href={generateGitHubIssueUrl(jobData, chains, serverUrl)}
585
target="_blank"
0 commit comments