refactor(feat): remove home link from navbar
This commit is contained in:
parent
b05f555438
commit
5c4f1886a2
1 changed files with 0 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
||||||
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"
|
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"
|
||||||
import {
|
import {
|
||||||
faHome,
|
|
||||||
faFileLines,
|
faFileLines,
|
||||||
faUser,
|
faUser,
|
||||||
faUserTie,
|
faUserTie,
|
||||||
|
@ -14,11 +13,6 @@ export type Item = {
|
||||||
}
|
}
|
||||||
|
|
||||||
const NavbarData: Item[] = [
|
const NavbarData: Item[] = [
|
||||||
{
|
|
||||||
title: "Home",
|
|
||||||
path: "/",
|
|
||||||
icon: <FontAwesomeIcon icon={faHome} />,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "About",
|
title: "About",
|
||||||
path: "https://developomp.com",
|
path: "https://developomp.com",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue