Skip to content

Commit

Permalink
Replace /vendor/lexicon/icons.svg to /images/icons/icons.svg | Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Aug 6, 2018
1 parent 50d2753 commit 9634a97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can call Clay components in your SOY templates the same way you would call a
<div class="alert alert-warning" role="alert">
<span class="alert-indicator">
<svg aria-hidden="true" class="lexicon-icon lexicon-icon-warning-full">
<use xlink:href="/vendor/lexicon/icons.svg#warning-full"></use>
<use xlink:href="/images/icons/icons.svg#warning-full"></use>
</svg>
</span>
<strong class="lead">Warning:</strong> Make sure you import the Clay component where you want to use it.
Expand Down

0 comments on commit 9634a97

Please sign in to comment.