Skip to content

Commit 413f86e

Browse files
author
James Mejia
committed
Fix component path
1 parent 67170fd commit 413f86e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/sxs/02-extending/part-three.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h4 class="filename"><span class="material-icons" aria-hidden="true">description
9494
<pre class="blur">@use "uswds-core" as *;
9595
@forward "../assets/css/styles.scss";
9696
@forward "../assets/css/_my-card.scss";
97-
</pre><pre class="add">@forward "../assets/css/_my-testimonial.scss";</pre>
97+
</pre><pre class="add">@forward "../assets/css/components/_my-testimonial.scss";</pre>
9898
</div>
9999
<h3 class="step">Start styling the component.</h3>
100100
<p class="step-description">

0 commit comments

Comments
 (0)