Skip to content

Commit

Permalink
Revert "fix ambiguity & settings option (#16540)"
Browse files Browse the repository at this point in the history
This reverts commit 105bce3.
  • Loading branch information
Siddhant-K-code authored Feb 27, 2023
1 parent 0fa0927 commit c33f93c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion components/dashboard/src/projects/Project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export default function ProjectsPage() {
? []
: [
{
title: "New Workspace with ...",
title: "New Workspace ...",
onClick: () =>
setStartWorkspaceModalProps({
contextUrl: branch.url,
Expand Down
7 changes: 1 addition & 6 deletions components/dashboard/src/projects/ProjectListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const ProjectListItem: FunctionComponent<ProjectListItemProps> = ({ proje
? []
: [
{
title: "New Workspace with ...",
title: "New Workspace ...",
onClick: () =>
setStartWorkspaceModalProps({
contextUrl: project.cloneUrl,
Expand All @@ -56,11 +56,6 @@ export const ProjectListItem: FunctionComponent<ProjectListItemProps> = ({ proje
separator: true,
},
]),
{
title: "Settings",
href: `/projects/${Project.slug(project)}/settings`,
separator: true,
},
{
title: "Remove Project",
customFontStyle:
Expand Down

0 comments on commit c33f93c

Please sign in to comment.