This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

web/components: fix IssueInfoBar wrong User size (bad)

Signed-off-by: eti <eti@eti.tf>

+1 -1
+1 -1
web/src/lib/components/repo/issues/IssueInfoBar.svelte
··· 20 20 21 21 <span class="ml-1 flex items-center gap-1"> 22 22 opened by 23 - <User handle={authorHandle} did={authorDid} /> 23 + <User size="small" handle={authorHandle} did={authorDid} /> 24 24 </span> 25 25 26 26 <span class="before:mr-1 before:content-['·']">