tiktok-clone-nextjs
tiktok-clone-nextjs copied to clipboard
[Bug]: File.name or file.name
https://github.com/John-Weeks-Dev/tiktok-clone-nextjs/blob/main/app/upload/page.tsx#L185
<div className="absolute -bottom-12 flex items-center justify-between z-50 rounded-xl border w-full p-2 border-gray-300">
<div className="flex items-center truncate">
<AiOutlineCheckCircle size="16" className="min-w-[16px]"/>
// here
<p className="text-[11px] pl-1 truncate text-ellipsis">{File.name}</p>
</div>
<button onClick={() => clearVideo()} className="text-[11px] ml-2 font-semibold">
Change
</button>
</div>
https://github.com/John-Weeks-Dev/tiktok-clone-nextjs/pull/2