From 6ce2329f5ce20f8352e3ea15594f2532ab8a392c Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Wed, 6 Dec 2023 19:50:56 -0500 Subject: Reimbursements --- src/components/group-form.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/components/group-form.tsx') diff --git a/src/components/group-form.tsx b/src/components/group-form.tsx index 1057f27..39edd72 100644 --- a/src/components/group-form.tsx +++ b/src/components/group-form.tsx @@ -56,9 +56,8 @@ export function GroupForm({ group, onSubmit }: Props) { onSubmit={form.handleSubmit(async (values) => { await onSubmit(values) })} - className="space-y-8" > - + Group information @@ -99,7 +98,7 @@ export function GroupForm({ group, onSubmit }: Props) { /> - We’ll used it to display amounts. + We’ll use it to display amounts. @@ -107,7 +106,7 @@ export function GroupForm({ group, onSubmit }: Props) { /> - + Participants -- cgit v1.3