design system: please remember to alphabetize these sidebar links in the design system navigation

This commit is contained in:
@wwwjim 2020-08-10 18:40:17 -07:00
parent eaef337c4c
commit a9380e03ba

View File

@ -243,6 +243,12 @@ export default class SystemPage extends React.Component {
<br />
Components
</span>
<SidebarLink
url={url}
href="/_/system/avatar-group"
title="Avatar Group"
/>
<SidebarLink url={url} href="/_/system/buttons" title="Buttons" />
<SidebarLink url={url} href="/_/system/card-tabs" title="Card Tabs" />
<SidebarLink url={url} href="/_/system/carousel" title="Carousel" />
@ -285,11 +291,6 @@ export default class SystemPage extends React.Component {
href="/_/system/typography"
title="Typography"
/>
<SidebarLink
url={url}
href="/_/system/avatar-group"
title="Avatar Group"
/>
<div
css={STYLES_SMALL_LINK}