We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913c0f5 commit 58abc3dCopy full SHA for 58abc3d
site/src/components/UserDropdown/UsersDropdown.tsx
@@ -78,6 +78,8 @@ export const UserDropdown: React.FC<UserDropdownProps> = ({ user, onSignOut }: U
78
</MenuItem>
79
</Link>
80
81
+ <Divider />
82
+
83
<a
84
href={`https://github.com/coder/coder/tree/${process.env.CODER_VERSION}/docs`}
85
target="_blank"
0 commit comments