Merge branch 'latn' into 'main'
Force use of latn numberingSystem throughout the UI Closes #1580 See merge request soapbox-pub/soapbox!2821
This commit is contained in:
@ -29,6 +29,7 @@ const DashCounter: React.FC<IDashCounter> = ({ count, label, to = '#', percent =
|
||||
value={count}
|
||||
style={percent ? 'unit' : undefined}
|
||||
unit={percent ? 'percent' : undefined}
|
||||
numberingSystem='latn'
|
||||
/>
|
||||
</Text>
|
||||
<Text align='center'>
|
||||
|
||||
Reference in New Issue
Block a user