Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilly2fast authored Sep 3, 2024
1 parent ddd2707 commit 76e8eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export default function ClientHlsPlayer({
src={src}
controls={controls}
autoPlay={autoPlay}
className={`rounded-[12px] w-full max-w-[571px] ${className || ''}`}
className={className || ''}
{...props}
/>
)
Expand Down

0 comments on commit 76e8eeb

Please sign in to comment.