Skip to content

Commit

Permalink
update stat formats
Browse files Browse the repository at this point in the history
  • Loading branch information
edeleastar committed Jan 5, 2025
1 parent 4b0ce11 commit afb908e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/routes/(live)/catalogue/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@

<div class="w-full">
<div class="flex justify-end gap-2">
<div class="bg-gray-100 p-1 text-right text-xs dark:bg-gray-800">Total Module: {totalModules}</div>
<div class="bg-gray-100 p-1 text-right text-xs dark:bg-gray-800">Total Students: {totalStudents}</div>
<div class="bg-gray-100 p-1 text-right text-xs dark:bg-gray-800">
Totals: modules-{totalModules}:students-{totalStudents}
</div>
</div>
<Catalogue courseRecords={data.courseRecords} />
</div>

0 comments on commit afb908e

Please sign in to comment.