Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: File.name or file.name #3

Open
xuoutput opened this issue Dec 12, 2023 · 0 comments
Open

[Bug]: File.name or file.name #3

xuoutput opened this issue Dec 12, 2023 · 0 comments

Comments

@xuoutput
Copy link

xuoutput commented Dec 12, 2023

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>

#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant