Skip to content

Commit 5c52629

Browse files
committed
capitalize section
1 parent 1467952 commit 5c52629

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
:class="{
1616
'opacity-50 group-hover:opacity-100 transition-opacity duration-100 ease-in-out':
1717
allDrafts(group.data),
18-
'mb-4 text-xl font-bold text-primary-emphasis border-b border-dashed border-surface-400': true,
18+
'mb-4 text-xl capitalize font-bold text-primary-emphasis border-b border-dashed border-surface-400': true,
1919
}"
2020
>
2121
{{ group.header }}

0 commit comments

Comments
 (0)