chore: Fix typo in error message description
This commit is contained in:
parent
3cbb919928
commit
916588acf4
@ -126,7 +126,7 @@ export default function Home() {
|
|||||||
onError: (error) => {
|
onError: (error) => {
|
||||||
console.error("Chat error:", error);
|
console.error("Chat error:", error);
|
||||||
toast.error("An error occurred.", {
|
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: {
|
action: {
|
||||||
label: "Sponsor",
|
label: "Sponsor",
|
||||||
onClick: () => window.open("https://git.new/mplx", "_blank"),
|
onClick: () => window.open("https://git.new/mplx", "_blank"),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user