Removed duplicate class

This commit is contained in:
James Ritchie
2024-07-02 17:57:52 +01:00
parent 5ddc38af4f
commit b351b8adc4
@@ -43,7 +43,7 @@ export function InfoPanel({
className={cn(
variantStyle.panelStyle,
title ? "flex-col" : "",
"flex h-fit max-w-sm items-start gap-3 rounded-md border p-4",
"flex h-fit items-start gap-3 rounded-md border p-4",
panelClassName
)}
>