We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54930e5 commit b1ff725Copy full SHA for b1ff725
src/client/theme-default/components/VPBox.vue
@@ -9,7 +9,7 @@ defineProps<{
9
<template>
10
<article class="VPBox">
11
<div v-if="icon" class="icon">{{ icon }}</div>
12
- <h1 class="title">{{ title }}</h1>
+ <h2 class="title">{{ title }}</h2>
13
<p class="details">{{ details }}</p>
14
</article>
15
</template>
0 commit comments