Skip to content

Commit 64cf3d3

Browse files
committed
add documentation
1 parent eff338c commit 64cf3d3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

libs/remix-ui/login/src/lib/user-menu-compact.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,16 +151,16 @@ export const UserMenuCompact: React.FC<UserMenuCompactProps> = ({
151151
Request a Feature
152152
</button>
153153

154-
{/* Get Support */}
154+
{/* Documentation */}
155155
<button
156156
className="dropdown-item user-menu-item"
157157
onClick={() => {
158-
window.open('https://discord.gg/qhpCQGWkmf', '_blank')
158+
window.open('https://remix-ide.readthedocs.io/', '_blank')
159159
setShowDropdown(false)
160160
}}
161161
>
162-
<i className="fas fa-question-circle user-menu-item-icon"></i>
163-
Get Support
162+
<i className="fas fa-book user-menu-item-icon"></i>
163+
Documentation
164164
</button>
165165

166166
<div className="dropdown-divider user-menu-divider"></div>

0 commit comments

Comments
 (0)