File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
components/dashboard/src/projects Expand file tree Collapse file tree 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() {
382382 ? [ ]
383383 : [
384384 {
385- title : "New Workspace ..." ,
385+ title : "New Workspace with ..." ,
386386 onClick : ( ) =>
387387 setStartWorkspaceModalProps ( {
388388 contextUrl : branch . url ,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export const ProjectListItem: FunctionComponent<ProjectListItemProps> = ({ proje
4747 ? [ ]
4848 : [
4949 {
50- title : "New Workspace ... " ,
50+ title : "New Workspace with → " ,
5151 onClick : ( ) =>
5252 setStartWorkspaceModalProps ( {
5353 contextUrl : project . cloneUrl ,
@@ -56,6 +56,11 @@ 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+ } ,
5964 {
6065 title : "Remove Project" ,
6166 customFontStyle :
You can’t perform that action at this time.
0 commit comments