Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 0c7943d

Browse files
committed
Changing welcome page message
1 parent 2f5d5ae commit 0c7943d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/constants/appMenu.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,12 @@ import findWorkIcon from "../assets/images/find-work.svg";
1111
import findWorkActiveIcon from "../assets/images/find-work-green.svg";
1212

1313
const appMenu = [
14-
{
15-
title: "My Work",
16-
path: "/earn",
17-
icon: myWorkIcon,
18-
activeIcon: myWorkActiveIcon,
19-
},
2014
{
2115
title: "Find Work",
2216
path: "/earn/find",
2317
icon: findWorkIcon,
2418
activeIcon: findWorkActiveIcon,
2519
},
26-
{
27-
title: "Auth Demo",
28-
path: "/earn/auth",
29-
icon: homeIcon,
30-
activeIcon: homeActiveIcon,
31-
},
3220
{
3321
title: "No Sidebar Demo",
3422
path: "/earn/no-sidebar",

0 commit comments

Comments
 (0)