|
|
@ -27,7 +27,7 @@ export default function Header() { |
|
|
|
const showBlueImg = () => { |
|
|
|
if (isConnect) { |
|
|
|
return ( |
|
|
|
<Popover content={getBtContent()} title=""> |
|
|
|
<Popover content={getBtContent()} title="" trigger="click"> |
|
|
|
<section className="bg-white rounded-md h-9 w-10 flex justify-center items-center mr-3"> |
|
|
|
<img src={icon_usb} alt="" className="h-6" /> |
|
|
|
</section> |
|
|
|