We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5426113 + 89e343a commit fd1b0e5Copy full SHA for fd1b0e5
frontend/src/component/organism/MainData.tsx
@@ -36,7 +36,7 @@ export default function MainData({ generation }: Props) {
36
37
<div className='flex flex-col items-center text-center'>
38
<TextMotionDiv
39
- content={`${(totalTraffic / 1000000).toFixed(1)}M`}
+ content={`${(totalTraffic / 1000).toFixed(1)}K`}
40
cssOption='text-navy text-2xl font-bold'
41
/>
42
<p className='text-gray-500 mt-2 text-sm'>총 트래픽</p>
0 commit comments