Skip to content

Commit 2061fea

Browse files
committed
🎨 Marketplace package card displays author's name
1 parent 698ee3d commit 2061fea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/src/config/bazaar.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,11 @@ export const bazaar = {
283283
<span class="fn__space"></span>
284284
${item.downloads}
285285
</span>
286-
<span class="fn__space"></span>
286+
<span class="block__icon block__icon--show ft__primary">
287+
<svg><use xlink:href="#iconAccount"></use></svg>
288+
<span class="fn__space"></span>
289+
${item.author}
290+
</span>
287291
${bazaar._genFundingHTML(item.preferredFunding)}
288292
<span class="fn__space"></span>
289293
<div class="fn__flex-1"></div>

0 commit comments

Comments
 (0)