Skip to content

Commit

Permalink
Merge pull request #109 from wethmiranasinghe/main
Browse files Browse the repository at this point in the history
Update News.jsx
  • Loading branch information
wethmiranasinghe authored Sep 18, 2024
2 parents 1d89972 + 0fba522 commit 4f706b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front-end/src/Pages/News.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ const News = () => {
<label htmlFor="newsDescription">Description:</label>
<textarea id="newsDescription" placeholder="Enter News Description" name="newsDescription" required></textarea>
</div>
<div className="form-group">
{/* <div className="form-group">
<label htmlFor="newsUrl">URL:</label>
<input type="url" id="newsUrl" placeholder="Enter News URL" name="newsUrl" required />
</div>
</div> */}
<div className="form-group">
<label htmlFor="newsAuthor">Author:</label>
<input type="text" id="newsAuthor" placeholder="Enter Author's name" name="newsAuthor" required />
Expand Down

0 comments on commit 4f706b9

Please sign in to comment.