From 2db11070c5c07b1a23ca4252caba6b859c0d5786 Mon Sep 17 00:00:00 2001 From: Gabe Yuan Date: Thu, 4 Jan 2024 15:41:20 +0800 Subject: [PATCH] fix: move clear_cache button to bottom of popup --- src/views/Popup/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/Popup/index.js b/src/views/Popup/index.js index f3084e3..0e2fad1 100644 --- a/src/views/Popup/index.js +++ b/src/views/Popup/index.js @@ -155,11 +155,6 @@ export default function Popup({ setShowPopup, translator: tran }) { } label={i18n("translate_alt")} /> - {!isExt && ( - - )} {i18n("save_rule")} + {!isExt && ( + + )}