Skip to content

Commit 730b6a4

Browse files
authored
Merge pull request #149 from InserToken/feat/1-design-yeakyung
[feat] minor css #1
2 parents 1ea9678 + 148accc commit 730b6a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Navbar/navbar.client.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,13 @@ export default function Navbar() {
163163
</ul>
164164

165165
{/* 로그인/로그아웃 버튼 */}
166+
166167
<div className="ml-auto pr-5">
167168
{mounted ? (
168169
auth?.token ? (
169170
<button
170171
onClick={handleLogout}
171-
className="text-sm text-[#E2E2E2] hover:text-white transition pl-5"
172+
className="text-sm text-[#E2E2E2] hover:text-white transition"
172173
>
173174
로그아웃
174175
</button>

0 commit comments

Comments
 (0)