Skip to content

Commit

Permalink
Merge pull request #33 from uswds/jm-hero-text
Browse files Browse the repository at this point in the history
Extend: Update hero copy & links
  • Loading branch information
mejiaj authored Mar 20, 2024
2 parents 938aee0 + f310420 commit 18247b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions _includes/sxs/part-end.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ <h2><span>Next steps</span>Extending USWDS</h2>
If you'd like to continue learning about USWDS, continue to part two of this tutorial where will look deeper at customizing, adding custom styles, and extending USWDS components.
</p>
<div class="button-list">
<a href="/build" class="button primary">
<a href="/extend" class="button primary">
Part two: Extending USWDS
<span
class="material-icons right"
aria-hidden="true">arrow_forward</span>
</a>
</div>
</section>
</section>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
body: "A tutorial project to learn about installing, compiling, and customizing with the U.S. Web Design System"
button_group:
- label: "Start the tutorial"
href": "#tutorial-start"
href: "#tutorial-start"
- label: "View source on GitHub"
href": "https://github.com/uswds/uswds-tutorial"
href: "https://github.com/uswds/uswds-tutorial"
secondary: true
---

Expand Down
6 changes: 3 additions & 3 deletions pages/02-extending/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
hero:
heading_alt: "Extending"
heading: "USWDS"
body: "A tutorial project to learn about installing, compiling, and customizing with the U.S. Web Design System"
body: "A tutorial project to learn about customizing and extending the U.S. Web Design System"
button_group:
- label: "Start the tutorial"
href": "#tutorial-start"
href: "#tutorial-start"
- label: "View source on GitHub"
href": "https://github.com/uswds/uswds-tutorial"
href: "https://github.com/uswds/uswds-tutorial/tree/02-extending"
---

{% include "uswds/banner.html" %}
Expand Down

0 comments on commit 18247b9

Please sign in to comment.