Skip to content

Commit

Permalink
fix: course page
Browse files Browse the repository at this point in the history
  • Loading branch information
itsemon245 committed Jul 3, 2024
1 parent 51cd7b1 commit 3d0b3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/frontend/pages/myCourses.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class="d-flex align-items-start gap-2 text-reset">
<div class="fw-medium">{{ $course->name }}</div>
<div class="d-flex mt-2 gap-2 align-items-center">
<span data-feather="tv" class="icon-dual w-4 h-4"></span>
{{ $course->videos?->count() }} Case Studies
{{ $course->videos?->count() }} Videos
</div>
</div>
</a>
Expand Down

0 comments on commit 3d0b3e3

Please sign in to comment.