Skip to content

Commit e4e6c3d

Browse files
authored
fix: Add margin right to logout button
1 parent 2644c8f commit e4e6c3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/NavigationBar/NavigationBar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ const NavigationBar = () => {
218218
setUserData(null)
219219
navigate('/')
220220
}}
221+
className="mr-8"
221222
>
222223
Logout
223224
</button>

0 commit comments

Comments
 (0)