This is an automated email from the ASF dual-hosted git repository.

likeguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new bc94cec7 remove svg focusable (#238)
bc94cec7 is described below

commit bc94cec775c4b1f21959574524e64e6ea23b74b6
Author: dayu <[email protected]>
AuthorDate: Mon Sep 5 14:10:14 2022 +0800

    remove svg focusable (#238)
---
 src/components/GlobalHeader/index.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/components/GlobalHeader/index.js 
b/src/components/GlobalHeader/index.js
index bafca5d7..6d3b9dfa 100644
--- a/src/components/GlobalHeader/index.js
+++ b/src/components/GlobalHeader/index.js
@@ -25,7 +25,6 @@ import { emit } from "../../utils/emit";
 const TranslationOutlinedSvg = () => (
   <svg
     viewBox="64 64 896 896"
-    focusable="false"
     data-icon="translation"
     width="1em"
     height="1em"

Reply via email to