Skip to content

Commit

Permalink
LOL
Browse files Browse the repository at this point in the history
  • Loading branch information
TumKtp committed Jul 16, 2023
1 parent 84e905c commit 61c76f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Main() {
if (course) {
setTimeout(() => {
completedLatestCourse()
}, 5000)
}, 2000)
}
}, [])

Expand Down Expand Up @@ -119,7 +119,7 @@ export default function Main() {
</div>
) : (
<div className="text-white text-4xl max-w-[390px]">
ยินดีด้วย คุณเรียนคอร์ส {course?.name} !
ยินดีด้วย คุณเรียนคอร์ส {course?.name}จบแล้ว !
</div>
)}
</div>
Expand Down

0 comments on commit 61c76f9

Please sign in to comment.