We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ea9678 + 148accc commit 730b6a4Copy full SHA for 730b6a4
src/components/Navbar/navbar.client.tsx
@@ -163,12 +163,13 @@ export default function Navbar() {
163
</ul>
164
165
{/* 로그인/로그아웃 버튼 */}
166
+
167
<div className="ml-auto pr-5">
168
{mounted ? (
169
auth?.token ? (
170
<button
171
onClick={handleLogout}
- className="text-sm text-[#E2E2E2] hover:text-white transition pl-5"
172
+ className="text-sm text-[#E2E2E2] hover:text-white transition"
173
>
174
로그아웃
175
</button>
0 commit comments