Skip to content

Commit 99d545c

Browse files
committed
fix(card): spacing issues in the followers and following text due to minification
1 parent 27215ee commit 99d545c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/card.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,7 @@ export default async function card(data: GetData, uiConfig: UiConfig): Promise<s
310310
</g>
311311
<text x="${positions.userX}" y="${positions.userY}" direction="ltr" class="text-username div-animation">@${data.username}</text>
312312
<g class="div-animation text-middle">
313-
<text x="${positions.follX}" y="${positions.follY}" class="text-followers">
314-
<tspan class="text-bold">${data.followers}</tspan> ${selectedLocale.followersText} · <tspan class="text-bold">${data.following}</tspan> ${selectedLocale.followingText}
315-
</text>
313+
<text x="${positions.follX}" y="${positions.follY}" class="text-followers"><tspan class="text-bold">${data.followers}</tspan> ${selectedLocale.followersText} · <tspan class="text-bold">${data.following}</tspan> ${selectedLocale.followingText}</text>
316314
</g>
317315
${cardItemsSVG}
318316
</g>

0 commit comments

Comments
 (0)