[WEB-1981] chore: project view icon and empty state (#5153)
* chore: view icon updated * chore: view asset updated * chore: project view empty state updated
This commit is contained in:
parent
cfc70622d6
commit
39e3c28ad8
17 changed files with 32 additions and 48 deletions
|
|
@ -1,8 +1,8 @@
|
|||
"use client";
|
||||
|
||||
// icons
|
||||
import { FileText } from "lucide-react";
|
||||
import { ContrastIcon, DiceIcon, LayersIcon, PhotoFilterIcon } from "@plane/ui";
|
||||
import { FileText, Layers } from "lucide-react";
|
||||
import { ContrastIcon, DiceIcon, LayersIcon } from "@plane/ui";
|
||||
// types
|
||||
import { TTourSteps } from "./root";
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ const sidebarOptions: {
|
|||
},
|
||||
{
|
||||
key: "views",
|
||||
Icon: PhotoFilterIcon,
|
||||
Icon: Layers,
|
||||
},
|
||||
{
|
||||
key: "pages",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue