Skip to content

Commit 935577b

Browse files
Fix heading sizes on example activity items page
1 parent 594419a commit 935577b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/views/activity/list.njk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111

1212
{% for group in activityLog %}
1313
{{ appHeading({
14-
title: group.title
14+
title: group.title,
15+
level: 2,
16+
size: "m"
1517
}) }}
1618

1719
{{ appTimeline({

0 commit comments

Comments
 (0)