From 8e63373c014ea681309a2e44ecfb0fbfb88a16f7 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Mon, 5 Jun 2023 20:34:25 +0800 Subject: [PATCH] Use correct selector for hiding RSS icon link in the branch selector dropdown (#25080) Fix #25079 ![image](https://github.com/go-gitea/gitea/assets/2114189/5d3f2f49-018a-4b75-8c90-ffafd898697a) ![image](https://github.com/go-gitea/gitea/assets/2114189/3e9dcf2e-eca7-4e96-be79-3b26f222cdb9) ![image](https://github.com/go-gitea/gitea/assets/2114189/855fffa4-0220-4ca2-a5e0-58c376fdc378) ![image](https://github.com/go-gitea/gitea/assets/2114189/f5ffa7e6-a974-4698-a45d-e38091903be1) --- web_src/js/components/RepoBranchTagSelector.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_src/js/components/RepoBranchTagSelector.vue b/web_src/js/components/RepoBranchTagSelector.vue index 9381de9f82..2b0715a092 100644 --- a/web_src/js/components/RepoBranchTagSelector.vue +++ b/web_src/js/components/RepoBranchTagSelector.vue @@ -296,10 +296,10 @@ export default sfc; // activate IDE's Vue plugin