Skip to content

Commit

Permalink
feat: added the fancy background animate to the uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
Mwimwii committed Jan 17, 2024
1 parent d9c61cb commit 16be986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/profile/upload-resume.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function UploadResume({ id, removeFile, addFile }) {
return (
<>
<div className="h-32 w-56 md:h-80 md:w-96 relative">
<div className="absolute top-0 right-0 left-0 bottom-0 h-28 w-56 md:h-72 md:w-96 bg-slate-300 animate-pulse rounded-xl"></div>
<div className="absolute top-0 right-0 left-0 bottom-0 h-28 w-56 md:h-72 md:w-96 background-animate bg-gradient-to-r from-slate-300 via-slate-100 to-slate-300 rounded-xl"></div>
<Dashboard
className="uploader w-56 md:w-96"
uppy={uppy}
Expand Down

0 comments on commit 16be986

Please sign in to comment.