Skip to content

Commit

Permalink
Fixing images
Browse files Browse the repository at this point in the history
  • Loading branch information
alkhafaji4 committed Oct 24, 2024
1 parent 7abbf8b commit 29bbecb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/webpages/html/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<header>
<div class="header-container">
<div class="logo-container">
<img src="../../../../images/logo.png" alt="PageTurners Logo" class="logo" />
<img src="../../images/logo.png" alt="PageTurners Logo" class="logo" />
<span class="site-title">PageTurners</span>
</div>
<nav class="nav-container">
Expand Down Expand Up @@ -142,11 +142,11 @@ <h3>Our Book Genres</h3>
<h4>Fiction</h4>
</div>
<div class="genre-card">
<img src="../../../../images/non-fiction.jpg" alt="Non-fiction" />
<img src="../../images/non-fiction.jpg" alt="Non-fiction" />
<h4>Non-fiction</h4>
</div>
<div class="genre-card">
<img src="../../../../images/fantasy.jpg" alt="Fantasy" />
<img src="../../images/fantasy.jpg" alt="Fantasy" />
<h4>Fantasy</h4>
</div>
<div class="genre-card">
Expand Down

0 comments on commit 29bbecb

Please sign in to comment.