Skip to content

Commit 91ff9f0

Browse files
committed
Fix home frame images
1 parent c35ba34 commit 91ff9f0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/Chapters/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ function Chapters() {
2020
<div className={styles.cardContainer}>
2121
<div className={styles.card}>
2222
<ThemeImage
23-
lightSrc="/img/homepage/ide.svg"
24-
darkSrc="/img/homepage/ide.svg"
23+
lightSrc="/python-doesnt-byte/img/homepage/IDE.svg"
24+
darkSrc="/python-doesnt-byte/img/homepage/IDE.svg"
2525
className={styles.cardImage}
2626
alt="Icon of a terminal window with input and output"
2727
/>
@@ -34,8 +34,8 @@ function Chapters() {
3434
</div>
3535
<div className={styles.card}>
3636
<ThemeImage
37-
lightSrc="/img/homepage/input-output_dark.svg"
38-
darkSrc="/img/homepage/input-output_dark.svg"
37+
lightSrc="/python-doesnt-byte/img/homepage/input-output_dark.svg"
38+
darkSrc="/python-doesnt-byte/img/homepage/input-output_dark.svg"
3939
className={styles.cardImage}
4040
alt=""
4141
/>

0 commit comments

Comments
 (0)