Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

fix(color palette): Move Color Palette sidebar link #884

Merged
merged 5 commits into from
Feb 12, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Focus the last focused element which triggered `Popup` on ESC @sophieH29 ([#861](https://github.com/stardust-ui/react/pull/861))
- Changing the focus zone to embed for gridBehavior @kolaps33 ([#844] (https://github.com/stardust-ui/react/pull/844))
- Add polyfills to correctly work in IE11 @layershifter ([#868](https://github.com/stardust-ui/react/pull/868))
- Move color palette link to prototypes section @codepretty ([#884](https://github.com/stardust-ui/react/pull/884))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be in the Documentation section.


### Documentation
- Add screener with steps testing documentation @silviuavram ([#856](https://github.com/stardust-ui/react/pull/856))
Expand Down
6 changes: 3 additions & 3 deletions docs/src/components/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,6 @@ class Sidebar extends React.Component<any, any> {
<Menu.Item as={NavLink} exact to="/" activeClassName="active">
Introduction
</Menu.Item>
<Menu.Item as={NavLink} exact to="/color-palette" activeClassName="active">
Color Palette
</Menu.Item>
<Menu.Item as={NavLink} exact to="/shorthand-props" activeClassName="active">
Shorthand Props
</Menu.Item>
Expand Down Expand Up @@ -327,6 +324,9 @@ class Sidebar extends React.Component<any, any> {
>
Important and mention messages
</Menu.Item>
<Menu.Item as={NavLink} exact to="/color-palette" activeClassName="active">
Color Palette
</Menu.Item>
</Menu.Menu>
</Menu.Item>
)}
Expand Down