We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2846d5 commit 0a0b7f2Copy full SHA for 0a0b7f2
apps/webapp/app/components/navigation/ProjectSideMenu.tsx
@@ -11,12 +11,12 @@ import {
11
organizationTeamPath,
12
projectEnvironmentsPath,
13
projectIntegrationsPath,
14
- projectSetupPath,
15
projectPath,
+ projectSetupPath,
16
projectTriggersPath,
17
} from "~/utils/pathBuilder";
18
import { UserProfilePhoto } from "../UserProfilePhoto";
19
-import { LinkButton, NavLinkButton } from "../primitives/Buttons";
+import { NavLinkButton } from "../primitives/Buttons";
20
import { NamedIcon, type IconNames } from "../primitives/NamedIcon";
21
import { SimpleTooltip } from "../primitives/Tooltip";
22
0 commit comments