REFACTOR: Relocate components to appropriate folders + minor style adjustments

This commit is contained in:
Chris-1010
2025-02-22 12:14:00 +00:00
parent 9cc5b40b25
commit af24bfa7d3
9 changed files with 127 additions and 107 deletions

View File

@@ -148,7 +148,7 @@ const LoginForm: React.FC<SubmitProps> = ({ onSubmit, onForgotPassword }) => {
errors.password ? "border-red-500" : ""
}`}
></Input>
<div className="flex flex-row">
<div className="flex">
<label className="flex w-full items-center justify-start cursor-pointer w-10px">
<input
type="checkbox"