Skip to content

Commit 75c6d7f

Browse files
committed
Update project files
1 parent d5f4165 commit 75c6d7f

File tree

3 files changed

+10
-85
lines changed

3 files changed

+10
-85
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ packages/*/typedoc/*
3030
storybook-static
3131
.aider*
3232

33-
tsconfig.tsbuildinfo
33+
tsconfig.tsbuildinfo
34+
apps/dashboard/.cursor/rules/*
35+
apps/dashboard/.cursor/rules/*

apps/dashboard/assets-implementation-summary.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/components/ProjectSidebarLayout.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { FullWidthSidebarLayout } from "@/components/blocks/SidebarLayout";
33
import {
44
BookTextIcon,
55
BoxIcon,
6+
CoinsIcon,
67
HomeIcon,
78
SettingsIcon,
89
WalletIcon,
@@ -53,6 +54,12 @@ export function ProjectSidebarLayout(props: {
5354
icon: PayIcon,
5455
tracking: tracking("universal-bridge"),
5556
},
57+
{
58+
href: `${layoutPath}/assets`,
59+
label: "Assets",
60+
icon: CoinsIcon,
61+
tracking: tracking("assets"),
62+
},
5663
{
5764
href: `${layoutPath}/contracts`,
5865
label: "Contracts",

0 commit comments

Comments
 (0)