more organized navbar link order
This commit is contained in:
parent
c36c986ffa
commit
94b5af4ab8
1 changed files with 6 additions and 6 deletions
|
@ -15,9 +15,9 @@ export default [
|
|||
icon: <FontAwesomeIcon icon={faHome} />,
|
||||
},
|
||||
{
|
||||
title: "Archives",
|
||||
path: "/archives",
|
||||
icon: <FontAwesomeIcon icon={faArchive} />,
|
||||
title: "Explore",
|
||||
path: "/explore",
|
||||
icon: <FontAwesomeIcon icon={faHiking} />,
|
||||
},
|
||||
{
|
||||
title: "Categories",
|
||||
|
@ -30,9 +30,9 @@ export default [
|
|||
icon: <FontAwesomeIcon icon={faHashtag} />,
|
||||
},
|
||||
{
|
||||
title: "Explore",
|
||||
path: "/explore",
|
||||
icon: <FontAwesomeIcon icon={faHiking} />,
|
||||
title: "Archives",
|
||||
path: "/archives",
|
||||
icon: <FontAwesomeIcon icon={faArchive} />,
|
||||
},
|
||||
{
|
||||
title: "Portfolio",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue