Two month of work

This commit is contained in:
2026-02-17 10:35:03 +01:00
parent 0ffbeeedff
commit d9fd3d1ccb
158 changed files with 5637 additions and 1512 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ defineProps<Props>();
<template>
<div class="mb-8 space-y-0.5">
<h2 class="text-xl font-semibold tracking-tight">{{ title }}</h2>
<p v-if="description" class="text-sm text-muted-foreground">
<h2 class="text-lg text-primary font-semibold">{{ title }}</h2>
<p v-if="description" class="text-muted-foreground">
{{ description }}
</p>
</div>