mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-11 00:08:15 -06:00
Add separate description prop for ErrorCard, lighten header line, fix typo
This commit is contained in:
@@ -52,8 +52,8 @@ const Index: NextPage = () => {
|
||||
/>
|
||||
{error != null ? (
|
||||
<ErrorCard
|
||||
title="An error ocurred while performing a lookup."
|
||||
issues={[error]}
|
||||
title="An error occurred while performing a lookup."
|
||||
description={error}
|
||||
/>
|
||||
) : null}
|
||||
{response != null ? <Generic data={response} /> : null}
|
||||
|
||||
Reference in New Issue
Block a user