Implement blog

This commit is contained in:
2024-06-21 16:01:15 +02:00
parent f847ec6390
commit fc7b98afdd
13 changed files with 201 additions and 26 deletions

View File

@@ -15,7 +15,7 @@ defineProps({
<p class="text-base font-semibold text-black dark:text-white">
{{ item.name }}
</p>
<p class="text-sm text-gray-600 dark:text-gray-400">
<p class="text-sm">
{{ item.description }}
</p>
</li>