From 0c4e84ee5179e1b4cc7d6487f04f87d83c70f4d5 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Sat, 21 Sep 2024 11:04:16 +0530 Subject: [PATCH] fix: Redirect setting style --- .../components/Settings/GlobalRedirects.vue | 63 ++++++++++--------- frontend/src/data/routeRedirects.ts | 2 +- 2 files changed, 34 insertions(+), 31 deletions(-) diff --git a/frontend/src/components/Settings/GlobalRedirects.vue b/frontend/src/components/Settings/GlobalRedirects.vue index 56afcee6..533f9c59 100644 --- a/frontend/src/components/Settings/GlobalRedirects.vue +++ b/frontend/src/components/Settings/GlobalRedirects.vue @@ -1,41 +1,44 @@