Skip to content

Commit

Permalink
Remove colon
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Jun 26, 2024
1 parent be261ba commit cab6e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PostLink.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const { url, title, description, datePublished, features } = Astro.props;
{
features && (
<span class="features">
Featured on:{" "}
Featured on{" "}
{features.map(({ name, url }, i) => [
i > 0 && ", ",
<a href={url}>{name}</a>,
Expand Down

0 comments on commit cab6e21

Please sign in to comment.