From 54abb8545ce7fa675f7599337aac35ac35f9d01f Mon Sep 17 00:00:00 2001
From: Nicholas Chiang
Date: Sun, 6 Aug 2023 17:48:35 -0600
Subject: [PATCH] fix(root): remove link to private repository
This patch removes the GitHub Issues creation link from the error page.
The repository is currently private, and thus this link will simply 404.
The inclusion of this link also doxes myself... no need to do so
unnecessarily. The only link back to me now could _perhaps_ be a couple
comments in code, but those _should_ be stripped during the build
process, so I should be good.
---
app/root.tsx | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/app/root.tsx b/app/root.tsx
index bd577e64..ab4b407c 100644
--- a/app/root.tsx
+++ b/app/root.tsx
@@ -263,16 +263,7 @@ function ErrorDisplay({ children }: { children: ReactNode }) {
authenticating
- . Or smash your keyboard—that can help. You can also{' '}
-
- file an issue
-
- .
+ . Or smash your keyboard—that can help.