Seemingly ready for release
This commit is contained in:
parent
06dd7cdc46
commit
7b39416dc9
6 changed files with 51 additions and 36 deletions
|
@ -10,7 +10,7 @@ import Divider from "./Divider.astro"
|
|||
<article class={styles.portfolioItems}>
|
||||
{
|
||||
projects.map((project, index) => (
|
||||
<a href={`/projects/${index}#`}>
|
||||
<a href={`/projects/${index}`}>
|
||||
<img
|
||||
src={`/images/${project.thumbImage}`}
|
||||
alt={project.name}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue