From 0110594fc6a91f10692b2671666977d782941b44 Mon Sep 17 00:00:00 2001 From: Ryan Hopper-Lowe <46546486+ryanhopperlowe@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:07:56 -0600 Subject: [PATCH] fix: capitalize error boundary text (#1173) Signed-off-by: Ryan Hopper-Lowe --- ui/admin/app/components/errors/Error.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/admin/app/components/errors/Error.tsx b/ui/admin/app/components/errors/Error.tsx index df2a586a4..408c95d9c 100644 --- a/ui/admin/app/components/errors/Error.tsx +++ b/ui/admin/app/components/errors/Error.tsx @@ -37,7 +37,7 @@ export function Error({ error }: { error: Error }) { onClick={() => navigate(0)} startContent={} > - Try again + Try Again
@@ -47,7 +47,7 @@ export function Error({ error }: { error: Error }) { variant="secondary" to="/" > - Go home + Go Home