File tree Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ function ProjectsDialog(props: ProjectDialogProps) {
5353 aria-labelledby = "project-dialog-title"
5454 open = { open }
5555 >
56+ < DialogTitle style = { { color : "#297ac2" } } id = "project-dialog-title" > DELETE PROJECTS</ DialogTitle >
5657 < DialogTitle style = { { color : "#000" } } id = "project-dialog-title" > User Projects</ DialogTitle >
5758 < List style = { { color : "#000" } } >
5859 { projects . filter ( ( project : any ) => project . forked === undefined || project . forked === false ) . map ( ( project : any , index : number ) => (
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ function ProjectsDialog(props: ProjectDialogProps) {
5555 aria-labelledby = "project-dialog-title"
5656 open = { open }
5757 >
58- < DialogTitle style = { { color : "#000" } } id = "project-dialog-title" > Open Project</ DialogTitle >
58+ < DialogTitle style = { { color : "#297ac2" } } id = "project-dialog-title" > SAVED PROJECTS</ DialogTitle >
59+ < DialogTitle style = { { color : "#000" } } id = "project-dialog-title" > User Projects</ DialogTitle >
5960 < List style = { { color : "#000" } } >
6061 { projects . filter ( ( project : any ) => project . forked === undefined || project . forked === false ) . map ( ( project : any , index : number ) => (
6162 < ListItem
You can’t perform that action at this time.
0 commit comments