We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1467952 commit 5c52629Copy full SHA for 5c52629
1 file changed
src/App.vue
@@ -15,7 +15,7 @@
15
:class="{
16
'opacity-50 group-hover:opacity-100 transition-opacity duration-100 ease-in-out':
17
allDrafts(group.data),
18
- 'mb-4 text-xl font-bold text-primary-emphasis border-b border-dashed border-surface-400': true,
+ 'mb-4 text-xl capitalize font-bold text-primary-emphasis border-b border-dashed border-surface-400': true,
19
}"
20
>
21
{{ group.header }}
0 commit comments