Skip to content

Commit

Permalink
Merge pull request #16 from Hilda-Enyioko/hillary
Browse files Browse the repository at this point in the history
added profile icon on comment
  • Loading branch information
ChikenduHillary authored Jul 27, 2024
2 parents bed25f1 + 0476c46 commit 8f06c30
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Blog Page/Blogpost/blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const renderComments = (comments) => {
commentElement.classList.add("comment");
commentElement.innerHTML = `
<div class="profile">
<img src="images/image-colton.jpg" alt="" />
<img src="images/image.png" style="width: 50px; height: 50px; background-color: #fff; alt="" />
<div class="name">
<p class="date">${new Date(
comment.timeCreated
Expand Down
Binary file added Blog Page/Blogpost/images/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Blog Page/Blogpost/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h3 class="author" id="author-link">
>
</h3>
<h3>5 min read. <span id="date-written">June 15 2023</span></h3>
<img src="images/blogimg1.webp" alt="" id="image" />
<img src="images/image.png" alt="" id="image" />
</div>

<audio controls loop id="audioPlayer">
Expand Down

0 comments on commit 8f06c30

Please sign in to comment.