more organized navbar link order

This commit is contained in:
Kim, Jimin 2021-05-15 12:56:37 +09:00
parent c36c986ffa
commit 94b5af4ab8

View file

@ -15,9 +15,9 @@ export default [
icon: <FontAwesomeIcon icon={faHome} />, icon: <FontAwesomeIcon icon={faHome} />,
}, },
{ {
title: "Archives", title: "Explore",
path: "/archives", path: "/explore",
icon: <FontAwesomeIcon icon={faArchive} />, icon: <FontAwesomeIcon icon={faHiking} />,
}, },
{ {
title: "Categories", title: "Categories",
@ -30,9 +30,9 @@ export default [
icon: <FontAwesomeIcon icon={faHashtag} />, icon: <FontAwesomeIcon icon={faHashtag} />,
}, },
{ {
title: "Explore", title: "Archives",
path: "/explore", path: "/archives",
icon: <FontAwesomeIcon icon={faHiking} />, icon: <FontAwesomeIcon icon={faArchive} />,
}, },
{ {
title: "Portfolio", title: "Portfolio",