Skip to content

Commit

Permalink
Update VideoNavBar component
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddybiovlsi committed Jan 22, 2024
1 parent f922ae1 commit 225329c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/components/VideoNavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,15 @@ const VideoNavbar = ({
btnDisabled={disabledEditBtn ? true : false}
btnOnclickEventName={handleEditVideoSource}
btnText={
<i
className="bi bi-arrow-clockwise"
style={{ fontSize: 1.2 + "rem" }}
></i>
<i className="bi bi-film" style={{ fontSize: 1.2 + "rem" }}></i>
}
btnVariant="light"
tooltipText="修改原始影片"
/>

<ToolTipBtn
placement="bottom"
btnAriaLabel="修改影片"
btnAriaLabel="修改影片問題"
btnDisabled={disabledEditBtn ? true : false}
btnOnclickEventName={handleEditVideo}
btnText={
Expand Down

0 comments on commit 225329c

Please sign in to comment.