Skip to content

Commit

Permalink
Merge pull request #153 from ASU/uds-451-link-to-registry
Browse files Browse the repository at this point in the history
chore: add button link to uds registry on static site
  • Loading branch information
mlsamuelson authored Apr 14, 2021
2 parents 39584c6 + f898959 commit d6d9318
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/storybook-index-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@ module.exports = generateHTML = packages => `
<p><a class="btn btn-maroon btn-medium" href="asuheader">View the guide</a></p>
</div>
<div class="col-md-6 pb-8">
<h2>Unity Design System Package Registry</h2>
<p>Learn how to install and use the packages listed below in your ASU projects. Important note: Users may only login and check out packages on the registry. On your first visit, follow steps 1 and 3, skipping 2.</p>
<p><a class="btn btn-maroon btn-medium" href="https://registry.web.asu.edu/">Visit package registry</a></p>
</div>
${packages.map(generateRow).join("")}
</div>
Expand Down

0 comments on commit d6d9318

Please sign in to comment.