diff --git a/app/javascript/flavours/glitch/components/counters.tsx b/app/javascript/flavours/glitch/components/counters.tsx index 8b14d2a822..ad4331875b 100644 --- a/app/javascript/flavours/glitch/components/counters.tsx +++ b/app/javascript/flavours/glitch/components/counters.tsx @@ -13,6 +13,7 @@ export const StatusesCounter = ( count: pluralReady, counter: {displayNumber}, }} + tagName='span' /> ); @@ -27,6 +28,7 @@ export const FollowingCounter = ( count: pluralReady, counter: {displayNumber}, }} + tagName='span' /> ); @@ -41,6 +43,7 @@ export const FollowersCounter = ( count: pluralReady, counter: {displayNumber}, }} + tagName='span' /> ); @@ -55,5 +58,6 @@ export const FollowersYouKnowCounter = ( count: pluralReady, counter: {displayNumber}, }} + tagName='span' /> );