docs: use lg size for outbound link to source code

This commit is contained in:
Eric Y Liu 2021-07-06 13:11:12 -07:00
commit e1e41fccf2

View file

@ -44,7 +44,7 @@
<p style="margin-bottom: var(--cds-layout-02)">
Source code:
<OutboundLink inline href="{source}">
<OutboundLink size="lg" inline href="{source}">
{component.filePath}
</OutboundLink>
</p>