Skip to content

Commit 73ffabb

Browse files
authored
Merge pull request #542 from yellis/patch-1
Remove second href="#" from modal sample code
2 parents 482dcd4 + c4e2b24 commit 73ffabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/product/components/modals.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ <h1 class="s-modal--header" id="modal-title">…</h1>
261261
<button class="grid--cell s-btn s-btn__primary" type="button"></button>
262262
<button class="grid--cell s-btn" type="button" data-action="s-modal#hide"></button>
263263
</div>
264-
<a href="#" class="s-modal--close s-btn s-btn__muted" href="#" aria-label="Close" data-action="s-modal#hide">
264+
<a href="#" class="s-modal--close s-btn s-btn__muted" aria-label="Close" data-action="s-modal#hide">
265265
@Svg.ClearSm
266266
</a>
267267
</div>

0 commit comments

Comments
 (0)