From 225329cc19463456fbd56b73a77e19363fa338a1 Mon Sep 17 00:00:00 2001 From: TeddyBiovlsi Date: Mon, 22 Jan 2024 15:22:29 +0800 Subject: [PATCH] Update VideoNavBar component --- src/components/VideoNavBar.jsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/VideoNavBar.jsx b/src/components/VideoNavBar.jsx index 7d93920..def2855 100644 --- a/src/components/VideoNavBar.jsx +++ b/src/components/VideoNavBar.jsx @@ -35,10 +35,7 @@ const VideoNavbar = ({ btnDisabled={disabledEditBtn ? true : false} btnOnclickEventName={handleEditVideoSource} btnText={ - + } btnVariant="light" tooltipText="修改原始影片" @@ -46,7 +43,7 @@ const VideoNavbar = ({