Skip to content

Commit

Permalink
Add URL to body
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Sep 12, 2022
1 parent ba82237 commit 8d2e964
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function MarketplaceCard(input) {
<div className="card__body">
<div className={styles.marketplaceCardHeader}>
<h3 className={styles.marketplaceCardTitle}>
<Link href={extension.repo}>{extension.title}</Link>
{extension.title}
</h3>
<ul className={styles.tagContainer}>
{extension.tags.map((tag) => (
Expand All @@ -33,6 +33,7 @@ function MarketplaceCard(input) {
</Link>
</div>
<div className={styles.marketplaceCardBody}>
<Link href={extension.repo}>{extension.repo}</Link>
<p>{extension.description}</p>
{extension.rules && (
<p>
Expand Down

0 comments on commit 8d2e964

Please sign in to comment.