Remove latest screenshot text and border (#398)
This commit is contained in:
@@ -53,9 +53,8 @@ function RunningTasks() {
|
|||||||
{task.request.url}
|
{task.request.url}
|
||||||
</CardDescription>
|
</CardDescription>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent>
|
<CardContent className="flex items-center justify-center">
|
||||||
Latest screenshot:
|
<div className="w-40 h-40">
|
||||||
<div className="w-40 h-40 border-2">
|
|
||||||
<LatestScreenshot id={task.task_id} />
|
<LatestScreenshot id={task.task_id} />
|
||||||
</div>
|
</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user