Skip to content

Commit bbe597e

Browse files
committed
added a few that I missed
1 parent aa76c08 commit bbe597e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/components/tests/dummy/app/templates/components/card.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
</section>
7878

7979
<section>
80+
<h3 class="dummy-h3" id="accessibility"><a href="#accessibility" class="dummy-link-section">§</a> Accessibility</h3>
8081
<p class="dummy-paragraph">
81-
<h3 class="dummy-h3" id="accessibility"><a href="#accessibility" class="dummy-link-section">§</a> Accessibility</h3>
8282
By default, the
8383
<em>Card Container</em>
8484
component has

packages/components/tests/dummy/app/templates/components/dropdown.hbs

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</section>
1212

1313
<section>
14-
<h3 class="dummy-h3" id="section-component-api">Component API</h3>
14+
<h3 class="dummy-h3" id="component-api"><a href="#component-api" class="dummy-link-section">§</a> Component API</h3>
1515
<p class="dummy-paragraph">The
1616
<code class="dummy-code">Dropdown</code>
1717
component is composed of different child components, each with their own APIs:</p>
@@ -284,7 +284,7 @@
284284
</section>
285285

286286
<section>
287-
<h3 class="dummy-h3" id="section-usage">How to use</h3>
287+
<h3 class="dummy-h3" id="how-to-use"><a href="#how-to-use" class="dummy-link-section">§</a> How to use</h3>
288288
<h4 class="dummy-h4">Invocation</h4>
289289
<p class="dummy-paragraph">To make the invocation more intuitive for developers, we've provided contextual components
290290
for the toggles and list-item items. For example,
@@ -699,7 +699,7 @@
699699
</section>
700700

701701
<section>
702-
<h3 class="dummy-h3" id="section-accessibility">Accessibility</h3>
702+
<h3 class="dummy-h3" id="accessibility"><a href="#accessibility" class="dummy-link-section">§</a> Accessibility</h3>
703703
<p class="dummy-paragraph">This component has been designed and implemented with accessibility in mind. When used as
704704
designed, there should not be any accessibility issues with this component.
705705
</p>
@@ -818,7 +818,7 @@
818818
</section>
819819

820820
<section data-test-percy>
821-
<h3 class="dummy-h3" id="section-showcase">Showcase</h3>
821+
<h3 class="dummy-h3" id="showcase"><a href="#showcase" class="dummy-link-section">§</a> Showcase</h3>
822822

823823
<h4 class="dummy-h4">Toggles</h4>
824824
<h5 class="dummy-h5">Toggle::Button</h5>

0 commit comments

Comments
 (0)