Skip to content

Commit

Permalink
Update views/partials/_example.njk
Browse files Browse the repository at this point in the history
Co-authored-by: Calvin Lau <[email protected]>
  • Loading branch information
owenatgov and calvin-lau-sig7 authored Nov 18, 2024
1 parent b5b1a3e commit 0618095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/_example.njk
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
{% endif %}
{% elif option.isComponent %}
{# Link to Design System component page for nested components -#}
<a href="/components/{{ option.slug }}/#options-{{ option.slug }}-example">See {{ optionName | safe }} macro options</a>.
<a href="/components/{{ option.slug }}/#options-{{ option.slug }}-example">See macro options for {{ optionName | safe }}</a>.
{% endif %}
</td>
</tr>
Expand Down

0 comments on commit 0618095

Please sign in to comment.