Skip to content

Commit 3ff33a4

Browse files
authored
Small tweaks to the headings for the AdvancedTable showcase page (#2873)
1 parent dc965d6 commit 3ff33a4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

showcase/app/templates/components/advanced-table.hbs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@
163163

164164
<Shw::Divider />
165165

166-
<Shw::Text::H2>Sticky header</Shw::Text::H2>
166+
<Shw::Text::H2>Stickiness</Shw::Text::H2>
167+
168+
<Shw::Text::H3>Sticky header</Shw::Text::H3>
167169

168170
<Hds::AdvancedTable
169171
@isSelectable={{true}}
@@ -192,7 +194,7 @@
192194
</:body>
193195
</Hds::AdvancedTable>
194196

195-
<Shw::Text::H2>Sticky column</Shw::Text::H2>
197+
<Shw::Text::H3>Sticky column</Shw::Text::H3>
196198

197199
<div class="shw-component-advanced-table-fixed-width-wrapper">
198200
<Hds::AdvancedTable
@@ -252,7 +254,7 @@
252254
</Hds::AdvancedTable>
253255
</div>
254256

255-
<Shw::Text::H2>Sticky header and sticky column</Shw::Text::H2>
257+
<Shw::Text::H3>Sticky header and sticky column</Shw::Text::H3>
256258

257259
<div class="shw-component-advanced-table-fixed-width-wrapper">
258260
<Hds::AdvancedTable

0 commit comments

Comments
 (0)