Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
fix(video/menu): rename to video menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibbp committed Feb 2, 2023
1 parent cf2ae11 commit 228dc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Vod/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const VodMenu = ({ vod, style }: any) => {
)}

<Menu.Dropdown>
<Menu.Label>VOD Settings</Menu.Label>
<Menu.Label>Video Menu</Menu.Label>
<Menu.Item
onClick={() => setPlaylistModalOpened(true)}
icon={<IconPlaylistAdd size={14} />}
Expand Down

0 comments on commit 228dc24

Please sign in to comment.