File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments