feat: polish note component

This commit is contained in:
reya
2024-01-12 13:56:20 +07:00
parent e0d4c53098
commit a9d10ff93b
16 changed files with 707 additions and 555 deletions
@@ -9,7 +9,6 @@ export function VideoPreview({ url }: { url: string }) {
<MediaPlayer
src={url}
className="w-full my-1 overflow-hidden rounded-lg"
aspectRatio="16/9"
load="visible"
>
<MediaProvider />