diff options
| author | Kenimarru <[email protected]> | 2024-01-06 16:27:46 +0100 |
|---|---|---|
| committer | Kenimarru <[email protected]> | 2024-01-06 16:27:46 +0100 |
| commit | cd5cafea59fd10c98ff12152b9e233a087cf9c0b (patch) | |
| tree | c9212da5badcf911b897063315ec0c32525ddefa /components/Popular.vue | |
| parent | v0.2.1 (diff) | |
| download | hiruku-cd5cafea59fd10c98ff12152b9e233a087cf9c0b.tar.xz hiruku-cd5cafea59fd10c98ff12152b9e233a087cf9c0b.zip | |
v0.2.2
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"> |