Fixed build error #29

Merged
ameye merged 1 commits from first-homepage-layout into master 2024-03-23 10:58:39 +00:00
+2 -1
View File
@@ -43,7 +43,8 @@ const DebitAccount: React.FC = () => {
<div className="max-w-[578px] flex items-center">
<input
type="checkbox"
checked={true}
// checked={true}
defaultChecked
// onChange={onChange}
className="form-checkbox h-[25px] w-[25px] rounded-sm text-[#5c2684] "
style={{ backgroundColor: "#5C2684" }}