Skip to content

Commit 3a590b0

Browse files
committed
design: Sidebar 스타일 수정
1 parent 074dbfc commit 3a590b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/components/WorkspaceNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function WorkspaceNav({
1212
<div className="h-5 w-5 rounded-md">
1313
<img src={imageUrl} />
1414
</div>
15-
<h1 className="font-bold">{workspaceTitle}</h1>
15+
<h1 className="text-lg font-bold">{workspaceTitle}</h1>
1616
</div>
1717
);
1818
}

frontend/src/components/sidebar/TopNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import logo from "/logo.png?url";
66

77
export default function TopNav() {
88
return (
9-
<div className="flex items-center justify-center gap-2">
9+
<div className="flex items-center gap-2">
1010
<LogoBtn />
1111
<VerticalDivider className="h-3" />
1212
<WorkspaceNav imageUrl={logo} workspaceTitle="프로젝트 Web15" />

0 commit comments

Comments
 (0)