Skip to content

Commit

Permalink
Fix spacing issue in PackageCatalog.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Nov 29, 2024
1 parent c8adb01 commit dc89648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/src/components/PackageCatalog.astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const packages = (await getCollection('package-catalog'))

<p>{description}</p>

<ReadMore>{Astro.locals.t('package-catalog.readmore.start')} <a {href}>{Astro.locals.t('package-catalog.readmore.end')}</a></ReadMore>
<ReadMore>{Astro.locals.t('package-catalog.readmore.start')} <a {href}> {Astro.locals.t('package-catalog.readmore.end')}</a></ReadMore>

<>{ index < packages.length - 1 && <hr /> }</>
))
Expand Down

0 comments on commit dc89648

Please sign in to comment.