Skip to content

Commit 83a22ef

Browse files
committed
~UI
1 parent 8a0e229 commit 83a22ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/errorMessage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ function ErrorMessage(props: { message: string }): h.JSX.Element | null {
1717

1818
return (
1919
// <div className="absolute wcg-bottom-0 wcg-right-1 dark:wcg-text-white wcg-bg-red-500 wcg-p-4 wcg-rounded-lg wcg-mb-4 wcg-mr-4 wcg-text-sm">
20-
<div role="alert" className="absolute bottom-0 right-1 dark:text-white bg-red-500 p-4 rounded-lg mb-4 mr-4 text-sm">
20+
<div role="alert" className="absolute bottom-0 right-1 dark:text-white bg-red-500 p-4 rounded-lg mb-4 mr-4 text-sm max-w-sm">
2121
<b>An error occurred</b><br />
2222
{props.message}<br /><br />
23-
Please Check the console for more details. (Ctrl+Shift+J)
23+
You can check the console for more details. (Ctrl+Shift+J)
2424
</div>
2525
)
2626
}

0 commit comments

Comments
 (0)