Remove unused images and clean up names
This commit is contained in:
parent
1b0db2ea7d
commit
a40d3feed8
6 changed files with 8 additions and 13 deletions
|
@ -63,7 +63,7 @@ if (project == null) return
|
|||
</article>
|
||||
<article class={styles.image}>
|
||||
<img
|
||||
src={`/images/${project.computerImage}`}
|
||||
src={`/images/${project.mainImage}`}
|
||||
alt={`Image of ${project.name}`}
|
||||
class={styles.screenshot}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue