changed position of autorenew input field
This commit is contained in:
parent
b2f5213f7d
commit
49cf94546a
@ -194,7 +194,6 @@ const SubScription = ({ onSubmitSubScription, onNext }) => {
|
||||
min: { value: 1, message: "Team size must be at least 1" },
|
||||
})}
|
||||
onKeyDown={(e) => {
|
||||
// block "e", "+", "-", ".", ","
|
||||
if (["e", "E", "+", "-", "."].includes(e.key)) {
|
||||
e.preventDefault();
|
||||
}
|
||||
@ -203,8 +202,8 @@ const SubScription = ({ onSubmitSubScription, onNext }) => {
|
||||
</div>
|
||||
|
||||
<div className="col-12">
|
||||
<div className="d-flex justify-content-between">
|
||||
<label className="form-label fw-semibold d-block">
|
||||
<div className="d-flex justify-content-start align-items-center gap-2">
|
||||
<label className="form-label d-block">
|
||||
Enable auto renew
|
||||
</label>
|
||||
<label className="switch switch-square switch-sm">
|
||||
|
Loading…
x
Reference in New Issue
Block a user