Two month of work
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user