From 41a09653d56bdc2ad50b5a8e324f99311fb48d58 Mon Sep 17 00:00:00 2001 From: VarunShukla07 Date: Sat, 19 Jul 2025 16:13:27 +0530 Subject: [PATCH] Changed the position of back icon --- .../app/dashboard/api-key/api-key-client.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/surfsense_web/app/dashboard/api-key/api-key-client.tsx b/surfsense_web/app/dashboard/api-key/api-key-client.tsx index cf1b5094b..cf927b56e 100644 --- a/surfsense_web/app/dashboard/api-key/api-key-client.tsx +++ b/surfsense_web/app/dashboard/api-key/api-key-client.tsx @@ -186,17 +186,17 @@ const ApiKeyClient = () => { -
- -
+
+ +
); };