moving combining pages to /explore

This commit is contained in:
Kim, Jimin 2021-06-23 10:37:21 +09:00
parent 1c517aa5f0
commit 3d6d96b863
3 changed files with 50 additions and 28 deletions

View file

@ -1,12 +1,5 @@
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"
import {
faHome,
faArchive,
faUserTie,
faHashtag,
faListUl,
faHiking,
} from "@fortawesome/free-solid-svg-icons"
import { faHome, faUserTie, faHiking } from "@fortawesome/free-solid-svg-icons"
// item from sidebar data
export type Item = {
@ -29,21 +22,6 @@ const NavbarData: Array<Item> = [
path: "/explore",
icon: <FontAwesomeIcon icon={faHiking} />,
},
{
title: "Categories",
path: "/categories",
icon: <FontAwesomeIcon icon={faListUl} />,
},
{
title: "Tags",
path: "/tags",
icon: <FontAwesomeIcon icon={faHashtag} />,
},
{
title: "Archives",
path: "/archives",
icon: <FontAwesomeIcon icon={faArchive} />,
},
{
title: "Portfolio",
path: "/portfolio",