Skip to content

Commit

Permalink
Update SignUpDone.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls authored Mar 9, 2024
1 parent b30ae96 commit be80d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signup/SignUpDone.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const SignUpDone = () => {

return (
<div className="flex flex-col items-center justify-center h-screen bg-gray-200">
<img className="my-0 mx-auto h-16"
<img className="my-0 mx-auto h-16" alt="logo"
src="https://github.com/rlaisqls/TIL/assets/81006587/4492b702-5cb6-40af-821d-e264cd82549b"/>

<img className="h-[300px] my-4"
Expand Down

0 comments on commit be80d5f

Please sign in to comment.