Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/layout/MainCardContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const MainCardContent = ({
{name}
</p>
<RxDividerVertical className="text-gray-900" />
<span className="ml-[3px] min-w-16 text-sm text-gray-700">
<span className="ml-[3px] min-w-14 text-sm text-gray-700">
{location === ONLINE.location ? "온라인" : location}
</span>
</div>
Expand Down