diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx index 8ac39ed..59ba3a1 100644 --- a/app/dashboard/page.tsx +++ b/app/dashboard/page.tsx @@ -669,7 +669,7 @@ export default function Dashboard() { {pointsData && userData.registration_status == 'checked_in' && ( - Points Information + Points Information Your current points balance and total earned points. At the end of the hackathon, there will be a grand raffle for prizes @@ -681,13 +681,13 @@ export default function Dashboard() {

Current Balance:{' '} - + {pointsData.balance} points

Total Points Earned:{' '} - + {pointsData.total_points} points