mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-23 22:12:19 +03:00
design system: please remember to alphabetize these sidebar links in the design system navigation
This commit is contained in:
parent
eaef337c4c
commit
a9380e03ba
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user