Skip to content

Commit 2b287c6

Browse files
committed
fix: update event header to use inline list object and medium icons
1 parent 85b643f commit 2b287c6

File tree

1 file changed

+39
-35
lines changed

1 file changed

+39
-35
lines changed

apps/pattern-lab/src/_patterns/04-pages/80-events/event-detail.twig

Lines changed: 39 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -13,66 +13,70 @@
1313
{% block band_content %}
1414
{% grid "o-bolt-grid--flex o-bolt-grid--large o-bolt-grid--middle o-bolt-grid--matrix" %}
1515
{% cell 'u-bolt-width-1/1 u-bolt-width-2/3@medium' %}
16-
{% include "@bolt/headline.twig" with {
17-
text: "Pega Events",
18-
size: "xsmall",
19-
tag: "span",
20-
url: "/events",
21-
icon: {
22-
name: "arrow-left",
23-
position: "before"
24-
}
25-
} only %}
16+
{% include "@bolt/headline.twig" with {
17+
text: "Pega Events",
18+
size: "xsmall",
19+
tag: "span",
20+
url: "/events",
21+
icon: {
22+
name: "arrow-left",
23+
position: "before"
24+
}
25+
} only %}
2626

27-
{% include "@bolt/headline.twig" with {
28-
text: "CRM Applications for Real-Time Engagement",
29-
size: "xxxlarge",
30-
tag: "h1",
31-
} only %}
27+
{% include "@bolt/headline.twig" with {
28+
text: "CRM Applications for Real-Time Engagement",
29+
size: "xxxlarge",
30+
tag: "h1",
31+
} only %}
3232

33-
{% include "@bolt/subheadline.twig" with {
34-
text: "Pega’s AI powered CRM Suite is transforming the way enterprises drive greater engagement across the entire customer journey.",
35-
size: "xlarge",
36-
tag: "p",
37-
} only %}
38-
{% grid %}
39-
{% cell 'u-bolt-width-1/1 u-bolt-width-1/3@small u-bolt-margin-bottom-small' %}
40-
{% include "@bolt/headline.twig" with {
33+
{% include "@bolt/subheadline.twig" with {
34+
text: "Pega’s AI powered CRM Suite is transforming the way enterprises drive greater engagement across the entire customer journey.",
35+
size: "xlarge",
36+
tag: "p",
37+
} only %}
38+
39+
<ul class="o-bolt-inline-list o-bolt-inline-list--medium">
40+
<li class="o-bolt-inline-list__item">
41+
{% include "@bolt/headline.twig" with {
4142
text: "January 25, 2018",
4243
size: "large",
4344
tag: "span",
4445
url: "#",
4546
icon: {
4647
name: "calendar",
47-
position: "before"
48+
position: "before",
49+
size: "medium"
4850
},
4951
} only %}
50-
{% endcell %}
51-
{% cell 'u-bolt-width-1/1 u-bolt-width-1/3@small u-bolt-margin-bottom-small' %}
52-
{% include "@bolt/headline.twig" with {
52+
</li>
53+
<li class="o-bolt-inline-list__item">
54+
{% include "@bolt/headline.twig" with {
5355
text: "10:00 AM EST",
5456
size: "large",
5557
tag: "span",
5658
url: "#",
5759
icon: {
5860
name: "watch",
59-
position: "before"
61+
position: "before",
62+
size: "medium"
6063
}
6164
} only %}
62-
{% endcell %}
63-
{% cell 'u-bolt-width-1/1 u-bolt-width-1/3@small u-bolt-margin-bottom-small' %}
64-
{% include "@bolt/headline.twig" with {
65+
</li>
66+
<li class="o-bolt-inline-list__item">
67+
{% include "@bolt/headline.twig" with {
6568
text: "New York, NY",
6669
size: "large",
6770
tag: "span",
68-
url: "#",
71+
url: "#",
6972
icon: {
7073
name: "map-pin",
71-
position: "before"
74+
position: "before",
75+
size: "medium"
7276
}
7377
} only %}
74-
{% endcell %}
75-
{% endgrid %}
78+
</li>
79+
</ul>
7680
{% endcell %}
7781
{% endgrid %}
7882
{% endblock %}

0 commit comments

Comments
 (0)