diff --git a/apps/remix/app/components/general/metric-card.tsx b/apps/remix/app/components/general/metric-card.tsx index 4a14d82a3..14ae66035 100644 --- a/apps/remix/app/components/general/metric-card.tsx +++ b/apps/remix/app/components/general/metric-card.tsx @@ -25,7 +25,7 @@ export const CardMetric = ({ icon: Icon, title, value, className, children }: Ca )} -

{title}

+

{title}

{children || ( diff --git a/packages/ui/components/common/copy-text-button.tsx b/packages/ui/components/common/copy-text-button.tsx index 54f2fb157..889c6b5d8 100644 --- a/packages/ui/components/common/copy-text-button.tsx +++ b/packages/ui/components/common/copy-text-button.tsx @@ -41,7 +41,7 @@ export const CopyTextButton = ({