Skip to content

Commit

Permalink
Update box1.js
Browse files Browse the repository at this point in the history
  • Loading branch information
guzamak committed Jul 21, 2024
1 parent 580e958 commit b878c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/box1.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function Box1({ salary }) {

return (
<div className="flex flex-col justify-center items-center gap-20">
<p className="font-bold">เงินเดือน : {salary}</p>
<p className="font-bold">รายได้สิทธิ : {salary}</p>
<div className="flex gap-9">
<div>
<div><input type="checkbox" Checked={funds} onChange={() => { setFunds(!funds) }} /> การลงทุน RMF</div>
Expand Down

0 comments on commit b878c68

Please sign in to comment.