File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
apps/webapp/app/components/jobs Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ export function DeleteJobDialogContent({
77
77
< fetcher . Form
78
78
method = "delete"
79
79
action = { `/resources/jobs/${ id } ${ redirectTo ? `?redirectTo=${ redirectTo } ` : "" } ` }
80
+ className = "w-full"
80
81
>
81
82
< Button variant = "danger/large" fullWidth >
82
83
{ isLoading ? (
@@ -87,7 +88,7 @@ export function DeleteJobDialogContent({
87
88
name = "trash-can"
88
89
className = "mr-1.5 h-4 w-4 text-bright transition group-hover:text-bright"
89
90
/>
90
- Delete this job
91
+ Delete this Job
91
92
</ >
92
93
) }
93
94
</ Button >
@@ -99,7 +100,7 @@ export function DeleteJobDialogContent({
99
100
name = "trash-can"
100
101
className = "mr-1.5 h-4 w-4 text-bright transition group-hover:text-bright"
101
102
/>
102
- Delete this job
103
+ Delete this Job
103
104
</ >
104
105
</ Button >
105
106
) }
You can’t perform that action at this time.
0 commit comments