Skip to content

Commit

Permalink
remove font-work
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin committed Jan 7, 2024
1 parent 00e9184 commit c2134a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function Form({
},
(err) => console.log({ err })
)}
className="grid gap-5 font-work text-gray-d2"
className="grid gap-5 text-gray-d2"
>
{fields.map((f) => {
console.log(f);
Expand Down

0 comments on commit c2134a7

Please sign in to comment.