fix: styling of batch list headers

This commit is contained in:
Jannat Patel
2024-12-13 12:03:00 +05:30
parent 6cdfb822b4
commit 40aefba203
3 changed files with 21 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div>
<div class="flex items-center justify-between mb-4">
<div class="text-xl font-semibold">
<div class="text-lg font-semibold">
{{ __('Courses') }}
</div>
<Button v-if="canSeeAddButton()" @click="openCourseModal()">
@@ -110,7 +110,6 @@ const openCourseModal = () => {
}
const getCoursesColumns = () => {
console.log(courses.data)
return [
{
label: 'Title',