Skip to content

Commit

Permalink
project nav corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
satya319 committed Oct 6, 2023
1 parent 792df2f commit d0cd780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PortfolioPreview.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface Props {
const { data, slug } = Astro.props.project;
---

<a class="card" href={`/satya319/work/${slug}`}>
<a class="card" href={`/work/${slug}`}>
<span class="title">{data.title}</span>
<img src={data.img} alt={data.img_alt || ''} loading="lazy" decoding="async" />
</a>
Expand Down

0 comments on commit d0cd780

Please # to comment.