Skip to content

Commit

Permalink
✨ Clean sendProject component.
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Aug 2, 2023
1 parent 75034c3 commit 8e85375
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/sendProject.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ const SendProject = (hackathonProps: iSendProject) => {
{hackathonProps.description && (
<p className="text-gray-400">{hackathonProps.description}</p>
)}
<p>Created by</p>
</div>
<div className="mt-4">
<label htmlFor="title">Title:</label>
Expand Down

1 comment on commit 8e85375

@vercel
Copy link

@vercel vercel bot commented on 8e85375 Aug 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

phck – ./

phck-git-main-pheralb.vercel.app
phck.vercel.app
phck-pheralb.vercel.app

Please sign in to comment.