Skip to content

Commit 58abc3d

Browse files
committed
add a divider after Account menu item
1 parent 913c0f5 commit 58abc3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/src/components/UserDropdown/UsersDropdown.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ export const UserDropdown: React.FC<UserDropdownProps> = ({ user, onSignOut }: U
7878
</MenuItem>
7979
</Link>
8080

81+
<Divider />
82+
8183
<a
8284
href={`https://github.com/coder/coder/tree/${process.env.CODER_VERSION}/docs`}
8385
target="_blank"

0 commit comments

Comments
 (0)