Skip to content

Commit afd38dc

Browse files
Revert "fix ambiguity & settings option (#16540)" (#16588)
This reverts commit 105bce3.
1 parent 0fa0927 commit afd38dc

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

components/dashboard/src/projects/Project.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ export default function ProjectsPage() {
382382
? []
383383
: [
384384
{
385-
title: "New Workspace with ...",
385+
title: "New Workspace ...",
386386
onClick: () =>
387387
setStartWorkspaceModalProps({
388388
contextUrl: branch.url,

components/dashboard/src/projects/ProjectListItem.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const ProjectListItem: FunctionComponent<ProjectListItemProps> = ({ proje
4747
? []
4848
: [
4949
{
50-
title: "New Workspace with ...",
50+
title: "New Workspace ...",
5151
onClick: () =>
5252
setStartWorkspaceModalProps({
5353
contextUrl: project.cloneUrl,
@@ -56,11 +56,6 @@ export const ProjectListItem: FunctionComponent<ProjectListItemProps> = ({ proje
5656
separator: true,
5757
},
5858
]),
59-
{
60-
title: "Settings",
61-
href: `/projects/${Project.slug(project)}/settings`,
62-
separator: true,
63-
},
6459
{
6560
title: "Remove Project",
6661
customFontStyle:

0 commit comments

Comments
 (0)