From 34e8ef46278dc309d92bfb3526a733162c78cbb4 Mon Sep 17 00:00:00 2001 From: Ben Beauchamp Date: Sun, 26 Jan 2025 12:04:04 -0600 Subject: [PATCH] fix(blacklist): move filter inline with page title to match all the other pages --- src/components/Blacklist/index.tsx | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src/components/Blacklist/index.tsx b/src/components/Blacklist/index.tsx index 33d42154..18e3d9f5 100644 --- a/src/components/Blacklist/index.tsx +++ b/src/components/Blacklist/index.tsx @@ -94,19 +94,21 @@ const Blacklist = () => { return ( <> -
{intl.formatMessage(globalMessages.blacklist)}
+
+
{intl.formatMessage(globalMessages.blacklist)}
-
-
- - - - searchItem(e)} - /> +
+
+ + + + searchItem(e)} + /> +