Remove latest screenshot text and border (#398)

This commit is contained in:
Salih Altun
2024-05-31 19:27:26 +03:00
committed by GitHub
parent 418473d72c
commit 8036731072

View File

@@ -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>