diff --git a/src/components/crapp/ui-bits.tsx b/src/components/crapp/ui-bits.tsx index 65b3ceb..38e8590 100644 --- a/src/components/crapp/ui-bits.tsx +++ b/src/components/crapp/ui-bits.tsx @@ -105,7 +105,7 @@ export function Section({ {titolo || azione ? (
- {titolo ?

{titolo}

: } + {titolo ?

{titolo}

: } {azione}
) : null}