update content render page

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2023-01-11 01:33:59 +06:00
parent 935865806a
commit 3f647fc554
9 changed files with 75 additions and 57 deletions

View File

@@ -30,7 +30,7 @@ const topics = [
<main class="container max-w-5xl mx-auto text-zinc-600">
<CategoryHero />
<div class="flex flex-wrap px-6 mt-12 gap-3">
<template v-for="topic in topics" :key="n">
<template v-for="topic in topics" :key="topic">
<CategoryCard :title="makeFirstCharUpper(topic)" />
</template>
</div>