Skip to content

Commit

Permalink
Remove syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
hughrawlinson committed Jun 5, 2024
1 parent 5bb6fd2 commit 41ef50d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Hexpansion.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ const image_url = image_url_prop
})(
<article id={kebabCase(unique_name)}>
<h2>{unique_name}</h2>
<span class="byline" role="doc-subtitle">
by {maker}
</span>
<span class="byline">by {maker}</span>
{image_url && (
<img
alt={`An image of the ${unique_name} hexpansion`}
Expand Down

0 comments on commit 41ef50d

Please sign in to comment.