We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04b6e7f + 880c6df commit 67d05b6Copy full SHA for 67d05b6
front/src/pages/WaitingQueuePage/index.tsx
@@ -96,7 +96,7 @@ export default function WaitingQueuePage() {
96
title: '대기 인원',
97
content: (
98
<span className="text-heading3 text-typo">
99
- <span className="text-warning">{totalWaiting}</span> 번
+ <span className="text-warning">{totalWaiting}</span> 명
100
</span>
101
),
102
},
0 commit comments