File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ const TaskPage = () => {
227
227
</ Helmet >
228
228
229
229
< section className = "h-full flex flex-col" >
230
- < header className = "h-20 border-0 border-b border-solid border-border px-4 flex items-center shrink-0" >
230
+ < header className = "h-20 border-0 border-b border-solid border-border px-4 flex items-center shrink-0 justify-between " >
231
231
< div className = "flex items-center gap-4" >
232
232
< TooltipProvider >
233
233
< Tooltip >
@@ -252,6 +252,14 @@ const TaskPage = () => {
252
252
</ span >
253
253
</ div >
254
254
</ div >
255
+
256
+ < Button variant = "outline" asChild >
257
+ < RouterLink
258
+ to = { `/@${ task . workspace . owner_username } /${ task . workspace . name } ` }
259
+ >
260
+ View workspace
261
+ </ RouterLink >
262
+ </ Button >
255
263
</ header >
256
264
257
265
{ content }
You can’t perform that action at this time.
0 commit comments