From ed5d023b042a3f42417f5d66ccf07ec2c550314f Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 25 Sep 2020 00:53:59 +0100 Subject: [PATCH] change nav location --- docs/src/pages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages.js b/docs/src/pages.js index 31263dedf5cb11..f2ece91d3aed60 100644 --- a/docs/src/pages.js +++ b/docs/src/pages.js @@ -41,6 +41,7 @@ const pages = [ { pathname: '/components/radio-buttons' }, { pathname: '/components/selects' }, { pathname: '/components/slider' }, + { pathname: '/components/rating' }, { pathname: '/components/switches' }, { pathname: '/components/text-fields' }, { pathname: '/components/transfer-list' }, @@ -119,7 +120,6 @@ const pages = [ { pathname: '/components/about-the-lab' }, { pathname: '/components/autocomplete' }, { pathname: '/components/pagination' }, - { pathname: '/components/rating' }, { pathname: '/components/skeleton' }, { pathname: '/components/slider-styled' }, { pathname: '/components/speed-dial' },