Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Jun 5, 2024
1 parent 293bbdf commit 9476eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/image-link-card.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ const { title, description, imageSrc, ...rest } = Astro.props

<LinkCard
title={title}
description={`<img src="${imageSrc}" alt="${title}" /> ${description}`}
description={`<img src="${imageSrc}" alt="${title}" /> ${description}`}
{...rest}
/>

0 comments on commit 9476eda

Please sign in to comment.