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.
1 parent 26b375c commit 2a4bf6bCopy full SHA for 2a4bf6b
components/pages/home/moment-list.tsx
@@ -147,7 +147,7 @@ const MomentList = ({ data }: { data: Moment[] }) => {
147
<div>
148
<span className="text-white mr-2">{curMoment.username}</span>
149
<span className="text-grey text-xs">
150
- {hours > 0 && `${hours}시간`}
+ {hours > 0 && `${hours}시간`}{` `}
151
{`${minutes}분 전`}
152
</span>
153
</div>
0 commit comments