File tree 2 files changed +7
-2
lines changed
components/dashboard/src/projects
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ export default function ProjectsPage() {
382
382
? [ ]
383
383
: [
384
384
{
385
- title : "New Workspace ..." ,
385
+ title : "New Workspace with ..." ,
386
386
onClick : ( ) =>
387
387
setStartWorkspaceModalProps ( {
388
388
contextUrl : branch . url ,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export const ProjectListItem: FunctionComponent<ProjectListItemProps> = ({ proje
47
47
? [ ]
48
48
: [
49
49
{
50
- title : "New Workspace ..." ,
50
+ title : "New Workspace with ..." ,
51
51
onClick : ( ) =>
52
52
setStartWorkspaceModalProps ( {
53
53
contextUrl : project . cloneUrl ,
@@ -56,6 +56,11 @@ export const ProjectListItem: FunctionComponent<ProjectListItemProps> = ({ proje
56
56
separator : true ,
57
57
} ,
58
58
] ) ,
59
+ {
60
+ title : "Settings" ,
61
+ link : `/projects/${ Project . slug ( project ) } /settings` ,
62
+ separator : true ,
63
+ } ,
59
64
{
60
65
title : "Remove Project" ,
61
66
customFontStyle :
You can’t perform that action at this time.
0 commit comments