diff options
Diffstat (limited to 'components/Popular.vue')
| -rw-r--r-- | components/Popular.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Popular.vue b/components/Popular.vue index 9584719..91a38f9 100644 --- a/components/Popular.vue +++ b/components/Popular.vue @@ -1,7 +1,7 @@ <template> <section class="space-y-4"> <section class="flex flex-col"> - <h1 class="text-secondary text-xl font-semibold">All Time Popular</h1> + <h2 class="text-secondary text-xl font-semibold">All Time Popular</h2> <p class="text-primary text-sm">Most Popular Anime</p> </section> <section class="grid grid-cols-2 md:grid-cols-8 gap-2"> |