From 916588acf4f1d6e1fb7633ef53b583e853bc1174 Mon Sep 17 00:00:00 2001 From: zaidmukaddam Date: Tue, 13 Aug 2024 22:17:14 +0530 Subject: [PATCH] chore: Fix typo in error message description --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index 9ac3c17..197cef3 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -126,7 +126,7 @@ export default function Home() { onError: (error) => { console.error("Chat error:", error); toast.error("An error occurred.", { - description: " We must have ran out of credits. Sponsor us on GitHub to keep this service running.", + description: "We must have ran out of credits. Sponsor us on GitHub to keep this service running.", action: { label: "Sponsor", onClick: () => window.open("https://git.new/mplx", "_blank"),