mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 00:53:14 +00:00
fix: fix styles for error message
This commit is contained in:
@@ -34,7 +34,7 @@ const Modal = (props: ModalProps) => {
|
||||
)}
|
||||
</div>
|
||||
{props.isError && (
|
||||
<p className="mr-auto text-sm text-red-500">
|
||||
<p className="mx-auto mt-2 mr-auto text-sm text-red-500">
|
||||
Please enter a valid API key
|
||||
</p>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user