File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/dashboard/src/projects Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export default function NewProject() {
64
64
< Heading1 > Project Created</ Heading1 >
65
65
< Subheading className = "mt-2 text-center" >
66
66
Created{ " " }
67
- < a className = "gp-link" href = { `/projects/${ Project . slug ( project ! ) } /settings` } >
67
+ < a className = "gp-link" href = { `/projects/${ Project . slug ( project ) } /settings` } >
68
68
{ project . name }
69
69
</ a > { " " }
70
70
{ ! currentTeam ? (
@@ -81,7 +81,7 @@ export default function NewProject() {
81
81
</ Subheading >
82
82
83
83
< div className = "mt-12 flex space-x-2" >
84
- < a href = { `/projects/${ Project . slug ( project ! ) } /settings` } >
84
+ < a href = { `/projects/${ Project . slug ( project ) } /settings` } >
85
85
< Button type = "secondary" onClick = { onNewWorkspace } >
86
86
Enable Prebuilds
87
87
</ Button >
You can’t perform that action at this time.
0 commit comments