Skip to content

Commit

Permalink
Update front/src/components/InputLabel.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Seva <thykof@protonmail.ch>
  • Loading branch information
Ben-Rey and Thykof authored Aug 8, 2024
1 parent 8a0d295 commit fb5e5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/components/InputLabel.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function InputLabel(props: { label: string }) {
export function InputLabel(props: { label: ReactNode }) {
return <p className="text-sm text-gray-700 mb-2">{props.label}</p>;
}

0 comments on commit fb5e5b0

Please sign in to comment.