Skip to content

Commit

Permalink
Merge 8319d2c into c8c82b5
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjul3s committed Feb 17, 2021
2 parents c8c82b5 + 8319d2c commit dd8a7ab
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 @@ -79,27 +79,27 @@ export const links: LinkItems = {
route: '/docs?content=fluidsizing',
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 dd8a7ab

Please sign in to comment.