Skip to content

Commit fd1b0e5

Browse files
authored
Merge pull request #298 from boostcampwm-2024/dev-front
[FE] MainData 트래픽 수 K로 수정
2 parents 5426113 + 89e343a commit fd1b0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: frontend/src/component/organism/MainData.tsx

+1-1
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)