chore: format

This commit is contained in:
codytseng 2026-01-22 22:28:07 +08:00
parent 4bd4141b54
commit e490407dd5
225 changed files with 924 additions and 844 deletions

View file

@ -79,7 +79,7 @@ export default function VideoPlayer({ src, className }: { src: string; className
ref={videoRef}
controls
playsInline
className={cn('rounded-xl max-h-[80vh] sm:max-h-[60vh] border', className)}
className={cn('max-h-[80vh] rounded-xl border sm:max-h-[60vh]', className)}
src={src}
onClick={(e) => e.stopPropagation()}
onPlay={(event) => {