From 40cb61ad83b690ad229ed979916509bceca5cae0 Mon Sep 17 00:00:00 2001 From: xiften <108333567+not-ani@users.noreply.github.com> Date: Sun, 28 Jul 2024 02:10:06 -0600 Subject: [PATCH] fix(nextjs): changed mislabed icons and tooltip in sidebar + bumped lucide-react --- .../project/[id]/(root)/layout.tsx | 17 ++++++++--------- package.json | 5 ++++- pnpm-lock.yaml | 19 ++++++++++++++++--- 3 files changed, 28 insertions(+), 13 deletions(-) diff --git a/apps/nextjs/src/app/(dashboard)/project/[id]/(root)/layout.tsx b/apps/nextjs/src/app/(dashboard)/project/[id]/(root)/layout.tsx index 97dfcb7..5ff4631 100644 --- a/apps/nextjs/src/app/(dashboard)/project/[id]/(root)/layout.tsx +++ b/apps/nextjs/src/app/(dashboard)/project/[id]/(root)/layout.tsx @@ -1,8 +1,7 @@ import React, { cache } from "react"; import Link from "next/link"; import { notFound } from "next/navigation"; -import { Home, Package2, Search, Settings, Workflow } from "lucide-react"; - +import { House, User, Search, Settings, Workflow, ChartArea } from "lucide-react"; import { db } from "@amaxa/db/client"; import { Breadcrumb, @@ -50,10 +49,10 @@ export default async function Layout({