We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698ee3d commit 2061feaCopy full SHA for 2061fea
app/src/config/bazaar.ts
@@ -283,7 +283,11 @@ export const bazaar = {
283
<span class="fn__space"></span>
284
${item.downloads}
285
</span>
286
- <span class="fn__space"></span>
+ <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>
291
${bazaar._genFundingHTML(item.preferredFunding)}
292
293
<div class="fn__flex-1"></div>
0 commit comments