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}
</CardDescription>
</CardHeader>
<CardContent>
Latest screenshot:
<div className="w-40 h-40 border-2">
<CardContent className="flex items-center justify-center">
<div className="w-40 h-40">
<LatestScreenshot id={task.task_id} />
</div>
</CardContent>