From 7f9feec8d8604641b4dba5fe3d291dab7337df86 Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:52 -0400 Subject: [PATCH] Replace "remove" link with trash icon button --- components/NewGameBan.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/components/NewGameBan.tsx b/components/NewGameBan.tsx index f8e9263..a8a6e47 100644 --- a/components/NewGameBan.tsx +++ b/components/NewGameBan.tsx @@ -213,7 +213,7 @@ export default function(props: { isOpen: boolean; onClose: () => void }) { Username Punishment - Remove +   @@ -236,7 +236,15 @@ export default function(props: { isOpen: boolean; onClose: () => void }) { - removeUser(user)}>Remove + ))}