From 20c2a7020639e5c68514d8e1417ba38115e02118 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Thu, 3 Sep 2020 00:24:52 +0200 Subject: [PATCH] fix label --- components/wizard/input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/wizard/input.tsx b/components/wizard/input.tsx index 743784e..ebc4818 100644 --- a/components/wizard/input.tsx +++ b/components/wizard/input.tsx @@ -10,7 +10,7 @@ export default function Input(props: InputProps) { const { label, required, type = 'text', ...rest } = props return ( - + )