diff --git a/components/JoinParty.tsx b/components/JoinParty.tsx index 8a824d5..4a4bc66 100644 --- a/components/JoinParty.tsx +++ b/components/JoinParty.tsx @@ -31,22 +31,24 @@ export default function JoinParty() { }; return ( -
- ( - field.onChange(e.target.value.toUpperCase())} - className="input input-bordered" - placeholder="Party Code" - required - /> - )} - /> - {errors.code?.message} - + +
+ ( + field.onChange(e.target.value.toUpperCase())} + className="input input-bordered" + placeholder="Party Code" + required + /> + )} + /> + +
+

{errors.code?.message}

); } diff --git a/components/Party.tsx b/components/Party.tsx index 52ed7c9..b96909f 100644 --- a/components/Party.tsx +++ b/components/Party.tsx @@ -46,10 +46,11 @@ export default function Party() { const party = user.party; if (!party) { return ( - <> +
+

or

- +
); }