Skip to content

Commit

Permalink
fix: typo in attendance card
Browse files Browse the repository at this point in the history
  • Loading branch information
amjed-ali-k committed Oct 28, 2023
1 parent 41e8c1f commit e36c564
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -810,10 +810,10 @@ export function GenerateAttendanceSheet({
<Card className="w-full">
<CardContent className="p-4">
<div>
<h5 className="text-lg font-bold">Hall arrangement</h5>
<h5 className="text-lg font-bold">Attendance Sheet</h5>
<p className="text-sm text-gray-400 mb-2">
Hall arrangement sheets are made to paste in notice board. So
that students can find respective halls
Attendance sheets are made to record attendance and sign of each
student.
</p>
</div>
<div className="grid grid-cols-3 gap-4 mb-4">
Expand Down

0 comments on commit e36c564

Please sign in to comment.