Skip to content

Commit d96dc20

Browse files
shawnbotjxnblk
andauthored
a → Styled.a
Co-authored-by: Brent Jackson <[email protected]>
1 parent a600c08 commit d96dc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/components/theme-scales.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default props => {
4444
{table[key].map((property, index) => (
4545
<Styled.inlineCode>
4646
{!!index && ', '}
47-
<a href={`https://developer.mozilla.org/en-US/docs/Web/CSS/${property}`}>{property}</a>
47+
<Styled.a href={`https://developer.mozilla.org/en-US/docs/Web/CSS/${property}`}>{property}</Styled.a>
4848
</Styled.inlineCode>
4949
))}
5050
</td>

0 commit comments

Comments
 (0)