aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ContactForm/ContactForm.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: combine input/textarea/select in a single componentArmand Philippot2022-02-251-6/+10
|
* refactor: replace label elements with Label componentArmand Philippot2022-02-251-20/+33
|
* refactor: extract contact form from contact pageArmand Philippot2022-02-101-0/+155
The contact page file was too long. By extracting the contact form the readability is improved.