Skip to content

Commit 1ea9678

Browse files
authored
Merge pull request #148 from InserToken/feat/1-design-yeakyung
[feat] minor css #1
2 parents 908761d + a77b46a commit 1ea9678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Navbar/navbar.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export default function Navbar() {
168168
auth?.token ? (
169169
<button
170170
onClick={handleLogout}
171-
className="text-sm text-[#E2E2E2] hover:text-white transition"
171+
className="text-sm text-[#E2E2E2] hover:text-white transition pl-5"
172172
>
173173
로그아웃
174174
</button>

0 commit comments

Comments
 (0)