Skip to content

Commit 89e343a

Browse files
committed
refactor: MainData 트래픽 수 K로 수정
1 parent 06a7fb4 commit 89e343a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/component/organism/MainData.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function MainData({ generation }: Props) {
3636

3737
<div className='flex flex-col items-center text-center'>
3838
<TextMotionDiv
39-
content={`${(totalTraffic / 1000000).toFixed(1)}M`}
39+
content={`${(totalTraffic / 1000).toFixed(1)}K`}
4040
cssOption='text-navy text-2xl font-bold'
4141
/>
4242
<p className='text-gray-500 mt-2 text-sm'>총 트래픽</p>

0 commit comments

Comments
 (0)