Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahas001 committed May 26, 2024
1 parent bf5e667 commit c9ed35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/components/FileSubmit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function FileSubmit() {
};

return (
<div className="w-1/2 p-6 border-r-2 border-gray-400 flex flex-col justify-center item-center">
<div className="w-1/2 p-6 flex flex-col justify-center item-center">
<form onSubmit={handleSubmit}>
<div className="flex justify-center items-center bg-gray-200 h-56 w-auto mb-5 rounded-lg">
{img !== "" && <img className="h-40 rounded-lg" src={img} />}
Expand Down

0 comments on commit c9ed35f

Please sign in to comment.