Skip to content

Commit

Permalink
redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kleenpulse committed Jul 25, 2024
1 parent d2cec6e commit bba7155
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const ProjectLogo = ({ form, name }: Properties) => {
};

return (
<div className="relative grid aspect-square size-[inherit] place-items-center rounded-xl bg-[#585858]">
<div className="relative grid aspect-square size-[inherit] place-items-center rounded-xl">
<div
data-upload
className="absolute inset-0 z-10 flex items-center justify-center rounded-xl bg-white/30 text-black"
Expand Down

0 comments on commit bba7155

Please sign in to comment.