feat: Implement PlaybackControls component and add i18n files for common terms in English, Spanish, and Chinese.
This commit is contained in:
@@ -100,9 +100,9 @@ export default function PlaybackControls({
|
||||
aria-label={isFullscreen ? t("playback.exitFullscreen") : t("playback.fullscreen")}
|
||||
>
|
||||
{isFullscreen ? (
|
||||
<Minimize className="w-3.5 h-3.5 fill-current" />
|
||||
<Minimize className="w-3.5 h-3.5" />
|
||||
) : (
|
||||
<Maximize className="w-3.5 h-3.5 fill-current" />
|
||||
<Maximize className="w-3.5 h-3.5" />
|
||||
)}
|
||||
</Button>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user