File tree Expand file tree Collapse file tree 1 file changed +14
-16
lines changed
addon/components/eui-collapsible-nav-group Expand file tree Collapse file tree 1 file changed +14
-16
lines changed Original file line number Diff line number Diff line change 2020 </div >
2121 {{ /if }}
2222 <EuiFlexItem >
23- <EuiTitle @size ={{ arg-or-default @titleSize " xxs" }} >
24- <TextBlock
25- @tagName ={{ arg-or-default @titleTagName " h3" }}
26- id ={{ concat groupId " __title" }}
27- class =" euiCollapsibleNavGroup__title"
28- >
29- {{ yield to =" title" }}
30- </TextBlock >
23+ <EuiTitle
24+ id ={{ concat groupId " __title" }}
25+ class =" euiCollapsibleNavGroup__title"
26+ @tagName ={{ arg-or-default @titleTagName " h3" }}
27+ @size ={{ arg-or-default @titleSize " xxs" }}
28+ >
29+ {{ yield to =" title" }}
3130 </EuiTitle >
3231 </EuiFlexItem >
3332 </EuiFlexGroup >
5756 </div >
5857 {{ /if }}
5958 <EuiFlexItem >
60- <EuiTitle @size ={{ arg-or-default @titleSize " xxs" }} >
61- <TextBlock
62- @tagName ={{ arg-or-default @titleTagName " h3" }}
63- id ={{ concat groupId " __title" }}
64- class =" euiCollapsibleNavGroup__title"
65- >
66- {{ yield to =" title" }}
67- </TextBlock >
59+ <EuiTitle
60+ id ={{ concat groupId " __title" }}
61+ class =" euiCollapsibleNavGroup__title"
62+ @tagName ={{ arg-or-default @titleTagName " h3" }}
63+ @size ={{ arg-or-default @titleSize " xxs" }}
64+ >
65+ {{ yield to =" title" }}
6866 </EuiTitle >
6967 </EuiFlexItem >
7068 </EuiFlexGroup >
You can’t perform that action at this time.
0 commit comments