Skip to content

Commit

Permalink
add new API nav
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjul3s committed Feb 17, 2021
1 parent 70c4653 commit e2ff1cc
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions docs/components/Nav/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,26 +80,26 @@ export const links: LinkItems = {
component: 'FluidSizing',
name: 'Fluid Sizing'
}
// {
// route: '/docs?content=hextorgb',
// component: 'HexToRGB',
// name: 'Hex To RGB'
// },
// {
// route: '/docs?content=hextorgba',
// component: 'HexToRGBA',
// name: 'Hex To RGBA'
// },
// {
// route: '/docs?content=pxtoem',
// component: 'PxToEm',
// name: 'Px To Em'
// },
// {
// route: '/docs?content=pxtorem',
// component: 'PxToRem',
// name: 'Px To Rem'
// }
{
route: '/docs?content=hextorgb',
component: 'HexToRGB',
name: 'Hex To RGB'
},
{
route: '/docs?content=hextorgba',
component: 'HexToRGBA',
name: 'Hex To RGBA'
},
{
route: '/docs?content=pxtoem',
component: 'PxToEm',
name: 'Px To Em'
},
{
route: '/docs?content=pxtorem',
component: 'PxToRem',
name: 'Px To Rem'
}
]
},
Hooks: {
Expand Down

0 comments on commit e2ff1cc

Please sign in to comment.