diff --git a/app/components/box1.js b/app/components/box1.js index 0ffdb1a..be9e003 100644 --- a/app/components/box1.js +++ b/app/components/box1.js @@ -78,7 +78,7 @@ export default function Box1({ salary }) { return (
-

Salary : {salary}

+

เงินเดือน : {salary}

{ setFunds(!funds) }} /> การลงทุน RMF
@@ -93,7 +93,7 @@ export default function Box1({ salary }) {
{ setGovernment(!government) }} /> ใช้สิทธิตามมาตรการกระตุ้นเศรษฐกิจของรัฐ
-

reduction : {tax - reduction <= 0 ? 0: tax - reduction }

+

ภาษี : {tax - reduction <= 0 ? 0: tax - reduction }

); }