add clsx, add bottom padding for ErrorCard

This commit is contained in:
2024-05-09 02:15:11 -05:00
parent c3fe5691c6
commit f37e6f87a2
4 changed files with 12 additions and 2 deletions

View File

@@ -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}