Skip to content

Commit

Permalink
udpated tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
HUSAM-07 committed Aug 26, 2024
1 parent 945fc56 commit a406994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AttendanceTracker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function AttendanceTracker() {
<Button onClick={clearAllSubjects} className="mt-4">Clear All Subjects</Button>
</div>
) : (
<p>No subjects added yet. Use the Add New Subject section to start tracking attendance.</p>
<p>No subjects added yet&sbquo; Use the Add New Subject section to start tracking attendance</p>
)}
</div>
)
Expand Down

0 comments on commit a406994

Please sign in to comment.