Skip to content

Commit

Permalink
chore: update course pack page header styling
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Jul 3, 2024
1 parent c4cdefa commit 8714f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/pages/course-pack/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="flex w-full flex-col">
<h2 class="mb-4 text-2xl font-bold">多课程包</h2>
<h2 class="mb-4 text-center text-3xl dark:border-gray-600">课程包列表</h2>
<template v-if="isLoading">
<Loading></Loading>
</template>
Expand Down

0 comments on commit 8714f8a

Please sign in to comment.