diff --git a/app/components/attribute.tsx b/app/components/attribute.tsx index 41512f6..94881b2 100644 --- a/app/components/attribute.tsx +++ b/app/components/attribute.tsx @@ -24,9 +24,8 @@ export default function Attribute({ name, value, tooltip, isCopyable }: Attribut > {name} {tooltip ? ( - + - {tooltip} ) : undefined} diff --git a/app/components/code.tsx b/app/components/code.tsx index e713597..623b8a6 100644 --- a/app/components/code.tsx +++ b/app/components/code.tsx @@ -24,7 +24,7 @@ export default function Code({ isCopyable, children, className }: CodeProps) {