File tree Expand file tree Collapse file tree 3 files changed +10
-85
lines changed
src/app/(app)/team/[team_slug]/[project_slug]/components Expand file tree Collapse file tree 3 files changed +10
-85
lines changed Original file line number Diff line number Diff line change @@ -30,4 +30,6 @@ packages/*/typedoc/*
3030storybook-static
3131.aider *
3232
33- tsconfig.tsbuildinfo
33+ tsconfig.tsbuildinfo
34+ apps /dashboard /.cursor /rules /*
35+ apps /dashboard /.cursor /rules /*
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import { FullWidthSidebarLayout } from "@/components/blocks/SidebarLayout";
33import {
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" ,
You can’t perform that action at this time.
0 commit comments