From 3c0c32c38b5ccb213342146082e90fc87a7931be Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Tue, 21 Nov 2023 19:34:40 +0100 Subject: [PATCH] chore(playground): use filled trash icon in queue --- client/src/playground/queue/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/playground/queue/index.tsx b/client/src/playground/queue/index.tsx index b2d5240340c6..c4aa58c3ca67 100644 --- a/client/src/playground/queue/index.tsx +++ b/client/src/playground/queue/index.tsx @@ -22,7 +22,7 @@ function PQEntry({ id, key, lang }: QueueEntry) {