mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-08 22:08:16 -06:00
add clsx, add bottom padding for ErrorCard
This commit is contained in:
@@ -54,6 +54,7 @@ const Index: NextPage = () => {
|
||||
<ErrorCard
|
||||
title="An error occurred while performing a lookup."
|
||||
description={error}
|
||||
className="mb-2"
|
||||
/>
|
||||
) : null}
|
||||
{response != null ? <Generic data={response} /> : null}
|
||||
|
||||
Reference in New Issue
Block a user