Skip to content

Commit

Permalink
made changes to placeholder of porject link
Browse files Browse the repository at this point in the history
  • Loading branch information
shadil-rayyan committed Feb 17, 2025
1 parent 8b27d53 commit 63ddc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/add-project/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const AddProjectPage = () => {
{formData.domain === "Other" && (
<input type="text" name="customDomain" className="w-full px-4 py-2 border rounded-lg" placeholder="Enter custom domain" onChange={handleChange} value={formData.customDomain} />
)}
<input type="url" name="projectLink" required className="w-full px-4 py-2 border rounded-lg" placeholder="Project or Drive Link" onChange={handleChange} value={formData.projectLink} />
<input type="url" name="projectLink" required className="w-full px-4 py-2 border rounded-lg" placeholder="Github link or google drive link of project contents" onChange={handleChange} value={formData.projectLink} />

{/* Members Section */}
{formData.members.map((member, index) => (
Expand Down

0 comments on commit 63ddc42

Please sign in to comment.