Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsajadpp committed Jan 9, 2024
1 parent a0f52f7 commit 907aed9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions trending.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
<div class="videos-container">
<div class="video">
<div class="video-thumbnail">
<img src="./src/img/thumbnail/1.jpeg" alt="Video">
<img src="./src/img/thumbnail/aot.png" alt="Video">
</div>

<div class="video-details">
Expand Down Expand Up @@ -308,7 +308,7 @@ <h3>Naruto EP1S1</h3>

<div class="video">
<div class="video-thumbnail">
<img src="./src/img/thumbnail/3.jpeg" alt="Video">
<img src="./src/img/thumbnail/1.jpeg" alt="Video">
</div>

<div class="video-details">
Expand All @@ -325,7 +325,7 @@ <h3>Naruto EP1S1</h3>

<div class="video">
<div class="video-thumbnail">
<img src="./src/img/thumbnail/4.jpeg" alt="Video">
<img src="./src/img/thumbnail/3.jpeg" alt="Video">
</div>

<div class="video-details">
Expand All @@ -342,7 +342,7 @@ <h3>Naruto EP1S1</h3>

<div class="video">
<div class="video-thumbnail">
<img src="./src/img/thumbnail/aot.png" alt="Video">
<img src="./src/img/thumbnail/4.jpeg" alt="Video">
</div>

<div class="video-details">
Expand Down

0 comments on commit 907aed9

Please sign in to comment.