Skip to content

Commit 9607473

Browse files
authored
fix image path
1 parent d603a9e commit 9607473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
}
6565

6666
.hero {
67-
background: linear-gradient(rgba(26, 14, 12, 0.7), rgba(26, 14, 12, 0.9)), url('/img/artwork');
67+
background: linear-gradient(rgba(26, 14, 12, 0.7), rgba(26, 14, 12, 0.9)), url('/img/artwork.png');
6868
background-size: cover;
6969
background-position: center;
7070
text-align: center;
@@ -236,7 +236,7 @@
236236
<header>
237237
<div class="container">
238238
<div class="logo-container">
239-
<img src="/img/logo" alt="SpiceCode Logo" class="logo">
239+
<img src="/img/logo.png" alt="SpiceCode Logo" class="logo">
240240
<h1 class="title">SpiceCode CLI</h1>
241241
</div>
242242
<p class="slogan">🌶️ Making your code spicier 😈🔥🥵</p>

0 commit comments

Comments
 (0)