We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc75dd1 commit 3e584ceCopy full SHA for 3e584ce
apps/OpenSign/src/components/Header.js
@@ -176,6 +176,14 @@ const Header = ({ showSidebar }) => {
176
>
177
<i className="fa-solid fa-lock"></i> Change Password
178
</li>
179
+ <li
180
+ className="hover:bg-gray-100 py-1 px-2 cursor-pointer font-normal"
181
+ onClick={() => {
182
+ window.open("https://console.opensignlabs.com/");
183
+ }}
184
+ >
185
+ <i className="fa-regular fa-id-card"></i> Console
186
+ </li>
187
<li
188
className="hover:bg-gray-100 rounded-b-lg py-1 px-2 cursor-pointer font-normal"
189
onClick={closeDropdown}
0 commit comments