Skip to content

Commit

Permalink
chore: removed unused plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pateljannat committed Jul 19, 2024
1 parent 69d266e commit cbc4b8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 68 deletions.
5 changes: 1 addition & 4 deletions frontend/src/components/BatchCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@
<div v-if="batch.amount" class="font-semibold text-lg">
{{ batch.price }}
</div>
<!-- <div class="flex items-center text-sm text-gray-700">
<BookOpen class="h-3 w-3 stroke-1.5 mr-2 text-gray-700" />
<span> {{ batch.courses.length }} {{ __('Courses') }} </span>
</div> -->

<DateRange
:startDate="batch.start_date"
:endDate="batch.end_date"
Expand Down
64 changes: 0 additions & 64 deletions frontend/src/utils/image.js

This file was deleted.

0 comments on commit cbc4b8c

Please sign in to comment.